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.
Typetura Core
WordPress
React
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.
Last modified 1yr ago