cryptonita
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

[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.

Dependencies (0)

    Dev Dependencies (9)

    Package Sidebar

    Install

    npm i cryptonita

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    11.8 kB

    Total Files

    25

    Last publish

    Collaborators

    • iagobelo