special-fake-googles
v0.0.2
Published
This is just a test
Downloads
5
Readme
Install / Import
> npm install --save special-fake-googles
import { myFunction, myObject } from 'special-fake-googles';
Specific import
import { myFunction } from 'special-fake-googles/myFunction'
import { myObject } from 'special-fake-googles/myObject'
From HTML, with CDN
Expose a global ( wider browser support):
<script src="//unpkg.com/special-fake-googles/umd_bundle.min.js"></script>
<script>
var myFunction = special_fake_googles.myFunction;
</script>
Or import as an ES module:
<script type="module">
import { myFunction, myObject } from '//unpkg.com/special-fake-googles/zz_esm/index.js';
</script>
Contribute
npm install
npm run build
npm test
test 1
test 2
test 3
test 4