1.0.1 • Published 3 years ago

awws-client-lib-web v1.0.1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
3 years ago

yarn install yarn start

🚀 Deployment

  1. yarn publish
  2. Your users can include your library as usual

yarn

import EmawwsWebLib from 'awws-client-lib-web';
const EmawwsWebLib = new EmawwsWebLib();
...

self-host/cdn

<script src="build/index.js"></script>

const EmawwsWebLib = window.EmawwsWebLib.default;
const emawwsWebLib = new EmawwsWebLib();
...
1.0.1

3 years ago

1.0.0

3 years ago