potential-goggles-fake-2
v0.0.1
Published
okay
Downloads
3
Readme
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