sazmining-utils
v0.1.8
Published
This library is published in the NPM registry and can be installed using any compatible package manager.
Downloads
6
Readme
sazmining-utils
Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install sazmining-utils --save
# For Yarn, use the command below.
yarn add sazmining-utils
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/sazmining-utils"></script>
<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/sazmining-utils"></script>
<script>
// UMD module is exposed through the "sazminingUtils" global variable.
console.log(sazminingUtils);
</script>