Initial version
- Dependencies removed in favor of node built-ins (use browserify bits if needed in the browser)
- Compression switched to a single pass of brotli from double pass of deflate (see #10)
- Typescript types built in
- Switch to ESM module
- Ability to store mapped strings with trie
- An example (see #13)
- Linting
- Small amounts of test coverage