0.0.3 • Published 4 years ago

symmetrical-engine-clout v0.0.3

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

Install / Import

> npm install --save symmetrical-engine-clout
import { myFunction, myObject } from 'symmetrical-engine-clout'; 

Specific import

import { myFunction } from 'symmetrical-engine-clout/myFunction'
import { myObject } from 'symmetrical-engine-clout/myObject'

From HTML with CDN

Expose a global ( wider browser support):

<script src="//unpkg.com/symmetrical-engine-clout/umd_bundle.min.js"></script>
<script>
  var myFunction = symmetrical_engine_clout.myFunction;
</script>

Or import as an ES module:

<script type="module">
  import { myFunction, myObject } from '//unpkg.com/symmetrical-engine-clout/zz_esm/index.js';
</script>

Contribute

npm install
npm run build
npm test

change 1 change 2 change 3