easy-crc32

Calculates the CRC32 checksum of a string

Usage no npm install needed!

<script type="module">
  import easyCrc32 from 'https://cdn.skypack.dev/easy-crc32';
</script>

README

crc32

A pure Javascript implementation for calculating the CRC32 checksum of a string.

Installation

npm install crc32

Usage

var crc32 = require('crc32');

crc32.calculate("This is a string");

Support

Open an issue on GitHub.