@tubular/array-buffer-reader

Read from an array or ArrayBuffer like a binary input stream.

Usage no npm install needed!

<script type="module">
  import tubularArrayBufferReader from 'https://cdn.skypack.dev/@tubular/array-buffer-reader';
</script>

README

ArrayBuffer Reader

Provides a class for reading a byte array or ArrayBuffer as a binary stream.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm run test to execute the unit tests.