1.1.2 • Published 3 years ago

majo-ubjson v1.1.2

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
3 years ago

majo-ubjson

Practical ubjson. Wrapper around @shelacek/ubjson with nice defaults.

install

npm i majo-ubjson

import

browser
import { encode, decode } from "./node_modules/majo-ubjson/source/majoUbjson.js";
node 12+
import { encode, decode } from "majo-ubjson";
node 
import { encode, decode } from "majo-ubjson/built/majoUbjson.umd.js";

see also

https://bitbucket.org/shelacek/ubjson/src/master/

1.1.2

3 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago