To get started using Typetura on your website, you need a little bit of JavaScript to get things working. Our plugins enable you to get up and running quickly in various web environments, or you can use Typetura Core in any web environment.
If you are using a Typetura Package, skip ahead to Configuration with Packages.
HTML<script src="/scripts-directory/typetura.min.js"></script>
This must be added to the <head>
of your HTML file, not at the bottom of the body. This is to catch page changes before first paint for better performance.
β
β