+ 4
How i add type.js in my code.
11 Answers
+ 3
Use the script tag.
<script src="path/to/type.js"></script>
+ 2
But how I defined the path. Becouse I use my mobile for coding
+ 1
Is the type .js on your mobile device?
+ 1
Yes
+ 1
<script src="https://github. com/nathanford/type.js"></script>
+ 1
Still not workingđ„đ„đ„đ„đ„đ„
+ 1
<script src="type.js"></script>
Becouse you upload/publish your webside in a hosting server , upload your type.js file and its works [you add all your project files save a folder on your local storage like css,html,js files]
0
In what folder?