[libraryNameWithSpacesAndUpperCases]
Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install [libraryName] --save
yarn add [libraryName]
Installation from CDN
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
<script src="https://unpkg.com/[libraryName]"></script>
<script src="https://cdn.jsdelivr.net/npm/[libraryName]"></script>
<script>
console.log([libraryCamelCaseName]);
</script>
Documentation
Documentation generated from source files by Typedoc.
License
Released under MIT License.