@koala-live/crc32
v0.1.1
Published
Tiny implementation of CRC32
Downloads
9
Readme
CRC32
A tiny implementation of the CRC32 algorithm in JavaScript
Usage
$ npm install --save @koala-live/crc32
import { crc32 } from '@koala-live/crc32'
crc32('koala 🐨') // 4005375993