autotyper-jquery
⌨️ A jQuery plugin for automatically typing text.
For more information see the core package.
Installation
Yarn
yarn add jquery autotyper-jquery
npm
npm install --save jquery autotyper-jquery
Usage
;; const $example = ; $example; $example; // call functions on the `autotyper` instance$example; // directly access the `autotyper` instanceconst instance = $exampledata'autotyper'; instance;
CommonJS
const $ = ;const autotyper = ; // plugin is ready to use
AMD
;
Download
The latest version of the UMD build (bundled and minified) is available for download:
CDN
<!-- Be sure to include jQuery first --><!-- Use a specific release (replace `x.x.x` with a version number) --><!-- Use the latest minor or patch release (replace `x` with a version number) --><!-- DANGER: Use the latest major release (could introduce breaking changes) -->
API
See the core package.
License
MIT © Saul Hardman