Package Exports
- celeste.js
- celeste.js/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (celeste.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Everest.js
Allow your JavaScript and TypeScript code to parse and edit Celeste's and Everest's files.
Features
- Manipulate map files
- Parse binary, json, or xml
- Export as binary, json, or xml
- Add, remove, and edit elements and attributes
- Stringify into readable format
- Manipulate save files
- CLI tool for manual usage of the above features
- Explore any local Celeste installation
- Steam installations are automatically detected
Installation
Everest.js is available for installation on npm. Any package manager that can install from the npm registry should have no problems with Everest.js.
npm
npm install everest.jspnpm
pnpm add everest.jsyarn
yarn add everest.js