0.0.2 • Published 4 years ago

special-fake-googles v0.0.2

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

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

0.0.2

4 years ago

0.0.1

4 years ago