1.1.1 • Published 3 years ago

gd-level-to-json v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Geometry Dash Level to JSON

gd-level-to-json | gd-level-to-json-cli

Convert a Geometry Dash level's data to a readable JSON format.

npm npm NPM

Features

GD Level to JSON is exported as a function that takes in Geometry Dash level data, whether if it is encrypted or unencrypted.

const fs = require("fs");
const path = require("path");
const convert = require("gd-level-to-json");

console.log(convert(fs.readFileSync(path.resolve(__dirname, "level.txt")).toString())); // { properties: { ... }, objects: [ ... ] }

Special Thanks

Colon - I copied some things from GDBrowser but whatever\ AlFas - for GDAPI

License

This package is licensed under the MIT License.