0.1.0 • Published 4 years ago

cryptonita v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

libraryNameWithSpacesAndUpperCases

Build Status License Library minified size Library minified + gzipped size

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

npm install cryptonita --save

# For Yarn, use the command below.
yarn add cryptonita

Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/cryptonita"></script>

<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/cryptonita"></script>

<script>
  // UMD module is exposed through the "cryptonita" global variable.
  console.log(cryptonita);
</script>

Documentation

Documentation generated from source files by Typedoc.

License

Released under MIT License.