ajanuw-kstream
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

kstream

Packaging DataView api

install

$ npm i ajanuw-kstream

nodejs

const ks = kstream.create('xx.sav');

browser

<script src="./dist/kstream.js"></script>
<script>
    const { kstream } = window.kstream;
    const ks = kstream.create(new Uint8Array([1, 2, 3, 4]));
</script>

test

$ npm t

build

$ npm run build

Package Sidebar

Install

npm i ajanuw-kstream

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

43.6 kB

Total Files

19

Last publish

Collaborators

  • ajanuw