cryptonita
v0.1.0
Published
[![Build Status](https://travis-ci.org/iagobelo/cryptonita.svg?branch=master)](https://travis-ci.org/iagobelo/cryptonita) [![License](https://badgen.net/github/license/iagobelo/cryptonita)](./LICENSE) [![Library minified size](https://badgen.net/bundlepho
Downloads
9
Maintainers
Readme
[libraryNameWithSpacesAndUpperCases]
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.