typing js code example
Example 1: typedjs
// Can also be included with a regular script tag
import Typed from 'typed.js';
var options = {
strings: ['<i>First</i> sentence.', '& a second sentence.'],
typeSpeed: 40
};
var typed = new Typed('.element', options);
Example 2: typedjs
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>