Add @dougal/binary module.

It encodes / decodes sequence / preplot data using an efficient
binary format for sending large amounts of data across the wire
and for (relatively) memory efficient client-side use.
This commit is contained in:
D. Berge
2025-07-30 17:37:00 +02:00
parent 2a0025cdbf
commit 1cb9d4b1e2
5 changed files with 1577 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "@dougal/binary",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}