Offroaders123 / NBTify

A library to read and write NBT files on the web!
http://npm.im/nbtify
MIT License
42 stars 5 forks source link

SNBT Read/Write Support #4

Closed Offroaders123 closed 1 year ago

Offroaders123 commented 1 year ago

Added a few days ago to the stable branch! Not completely refactored yet in terms of code quality, but everything is essentially feature complete! Got indentation working just like the JSON module methods, the only other neat feature that would help with JSON crossover would be the replacer functions for both the reading and writing steps for SNBT. I guess I still have to add JSDoc documentation to the new methods and APIs, I can add those with the next code tidyings, once I have everything all organized to match the rest of the library.