From f86760a1f8b39847d2f8ec11da6961ecf1536fa5 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Sun, 19 Feb 2023 15:24:27 -0800 Subject: [PATCH] first commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3cc9e9..8a7b0ba 100644 --- a/README.md +++ b/README.md @@ -182,3 +182,4 @@ const flagbits = bstream.peekBits(6); // look ahead at next 6 bits, but do not a ## History This project grew out of another project of mine, [kthoom](https://github.com/codedread/kthoom) (a comic book reader implemented in the browser). This repository was automatically exported from [my original repository on GoogleCode](https://code.google.com/p/bitjs) and has undergone considerable changes and improvements since then, including adding streaming support, starter RarVM support, tests, many bug fixes, and updating the code to ES6. +# cobrew