sturdy-waddle-9
v0.0.4
Published
Yet an other end to end test
Downloads
8
Readme
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