Getting Started
Step 1: Install
Download the latest release or install with npm.
Step 2: Reference
If you linked native-typed directly in your HTML, you can use window.NTyped. If you're using a module bundler, you'll need to import it.
Step 3: Use it
Initialize library by constructing it. The first argument is for HTML element and second optional one is for options.
new NTyped(element, options)