getkoala / crc32

A tiny implementation of the CRC32 algorithm in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tiny implementation of the CRC32 algorithm in JavaScript


Languages

Language:JavaScript 100.0%