NBTify icon indicating copy to clipboard operation
NBTify copied to clipboard

A library to read and write NBT files on the web!

Results 17 NBTify issues
Sort by recently updated
recently updated
newest added

Going to add support for little endian varint encoding and decoding! This is inspired by the use-cases provided by [Prismarine-NBT](https://github.com/PrismarineJS/prismarine-nbt#api). [Bedrock Edition level format - wiki.vg](https://wiki.vg/Bedrock_Edition_level_format) [janispritzkau / mcproto](https://github.com/janispritzkau/mcproto/blob/master/src/varint.ts) [chrisdickinson...

enhancement

Running NBTify directly on your machine from the shell could be a really neat use case! It would be similar to the FFmpeg's `ffmpeg` command, where you work with your...

enhancement

Was thinking about how NBTify is meant to be fairly symmetrical to the JSON namespace, and remembered that neither the SNBT nor binary NBT modules support the replacer callback parameter....

enhancement

Forgot to mention this one too. Gotta add a polyfill of the Compression Streams API for browsers that don't support it yet (I think WebKit is the only odd one...

bug

I gotta step up my game! Prismarine NBT and nbt-ts document everything much better than I have, haha.

documentation

Thinking about the behavior of `JSON.stringify()`, I remembered that it throws an error when encountering circular object references. I realized that I haven't specifically handled that in NBTify, so you...

bug

Now that the library needs a build step, I may have to make a separate example page that's different from the test pages. At least now I can reference the...

documentation