It is a javascript that you can call from your website to do continuous writing. Enjoy this free tool
- Optimized link via jsdelivr.com HERE
- The Typewriter.js file is the extended version with comments
- The example.html file is an example of good use
<div id="w2l"><!-- The ID is important so that the JS knows which div to print-->
<script>//Start the script
const data = {
"line-1": "<Fologan>",
// Write the first text
"line-2": "Hello World!",
// Make sure you separate properties with commas
//Write as many lines as you want
//Example "line-3": "This is a Demo"
};
</script>
<script src="https://cdn.jsdelivr.net/gh/Fologan/TypewriterJS@main/TyperwriterSM.js"></script>
<!-- Includes external JavaScript file -->
</div>No commits:
<div id="w2l">
<script>
const data = {
"line-1": "",
"line-2": "",
};
</script>
<script src="https://cdn.jsdelivr.net/gh/Fologan/TypewriterJS@main/TyperwriterSM.js"></script>
</div>Thanks for the visit, see you with another contribution to the community, partner
👁️ Live demo on my website header: fologan.com