Getting started

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.

2. 📨 Add it to your website using the following line of code

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.

3. That’s all you need to enable Typetura on your website!

Last updated