https://github.com/spring3/siq2json
Takes SIGame package, optimizes assets, converts data to json, creates a bundle and packages as .zip
https://github.com/spring3/siq2json
Last synced: 6 months ago
JSON representation
Takes SIGame package, optimizes assets, converts data to json, creates a bundle and packages as .zip
- Host: GitHub
- URL: https://github.com/spring3/siq2json
- Owner: Spring3
- Created: 2020-03-29T03:11:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:30:25.000Z (about 3 years ago)
- Last Synced: 2025-08-09T16:15:33.481Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 669 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Siq2json
Converts the packages for [SiGame](https://vladimirkhil.com/si/game) from xml to json with image optimization
On average, resulting packages become 10-15% smaller in size.
SiGame currently doesn't support json format, this npm module was made "for science" with potentially some use in future.
```
npm i -g siq2json
siq
```
This will create a `file-json.zip` file in the same directory as the original package file.
For the structure of a json, refer to bin/index.d.ts file