Version: Next
Installation
Squirrelly tries to follow best practices, and provides a UMD build to support most JS loading options, like ES modules, CommonJS, and AMD.
Install Squirrelly
- Node.js
- Browser (CDN)
npm install squirrelly --save
Or if you prefer Yarn:
yarn add squirrelly
Importing / Requiring
Sqrl is packaged as a UMD module, so you can require with CommonJS, import using ES Modules, or use AMD.
import * as Sqrl from 'squirrelly'
// or
var Sqrl = require('squirrelly')