An open API service indexing awesome lists of open source software.

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

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