README
The Raiympackage library exported as Node.js modules.
Installation
In a browser:
<script src="podash.js"></script>
Using npm:
$ npm i -g npm
$ npm i --save podash
In Node.js:
// Load the full build.
var podash = require('podash');
The podash library exported as Node.js modules
<script type="module">
import podash from 'https://cdn.skypack.dev/podash';
</script>
The Raiympackage library exported as Node.js modules.
In a browser:
<script src="podash.js"></script>
Using npm:
$ npm i -g npm
$ npm i --save podash
In Node.js:
// Load the full build.
var podash = require('podash');