0.0.4 • Published 4 years ago

sturdy-waddle-9 v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Install / Import

> npm install --save sturdy-waddle-9
import { myFunction, myObject } from 'sturdy-waddle-9'; 

Specific imports:

import { myFunction } from 'sturdy-waddle-9/myFunction';
import { myObject } from 'sturdy-waddle-9/myObject';

Import from HTML, with CDN

Import it via a bundle that creates a global ( wider browser support ):

<script src="//unpkg.com/sturdy-waddle-9/bundle.min.js"></script>
<script>
  const { myFunction, myObject } = sturdy_waddle_9;
</script>

Or import it as an ES module:

<script type="module">
  import { myFunction, myObject } from '//unpkg.com/sturdy-waddle-9/zz_esm/index.js';
</script>

You can specify the version you wish to import: unpkg.com

Contribute

npm install
npm run build
npm test

change 1

change 2

change 3

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago