/siq2json

Takes SIGame package, optimizes assets, converts data to json, creates a bundle and packages as .zip

Primary LanguageJavaScript

Siq2json

Converts the packages for SiGame 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 <path/to/file.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