remove browser dependency on "buffer"

This commit is contained in:
Danny Coates 2020-07-27 19:23:03 -07:00
parent 72d2d6ef31
commit 7130c2e7b0
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
8 changed files with 304 additions and 65 deletions

View file

@ -1,4 +1,4 @@
import crc32 from 'crc/crc32';
import crc32 from './crc32';
const encoder = new TextEncoder();