0.0.3 • Published 6 months ago

crc32-from-arraybuffer v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

CRC32FromArrayBuffer

Usage

import { crc32FromArrayBuffer } from 'crc32-from-arraybuffer';

// ...
const crc: number = crc32FromArrayBuffer(arrayBuffer); // crc is int32
// ...

References

Original authors: