remove browser dependency on "buffer"

This commit is contained in:
Danny Coates
2020-07-27 19:23:03 -07:00
parent 72d2d6ef31
commit 7130c2e7b0
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();