gd-level-to-json
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Geometry Dash Level to JSON Logo

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.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i gd-level-to-json

    Weekly Downloads

    3

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    29.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • hiimjustin000