0.0.1 • Published 4 years ago

potential-goggles-fake-2 v0.0.1

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

Install / Import

> npm install --save potential-goggles-fake-2
import { myFunction, myObject } from 'potential-goggles-fake-2'; 

Specific import

import { myFunction } from 'potential-goggles-fake-2/myFunction'
import { myObject } from 'potential-goggles-fake-2/myObject'

From HTML with CDN

Expose a global ( wider browser support):

<script src="//unpkg.com/potential-goggles-fake-2/umd_bundle.min.js"></script>
<script>
  var myFunction = potential_goggles_fake_2.myFunction;
</script>

Or import as an ES module:

<script type="module">
  import { myFunction, myObject } from '//unpkg.com/potential-goggles-fake-2/zz_esm/index.js';
</script>

Contribute

npm install
npm run build
npm test

change 1

0.0.1

4 years ago