illustrator.js icon indicating copy to clipboard operation
illustrator.js copied to clipboard

IllustratorJS (.ijs) file

Open twlite opened this issue 3 years ago • 1 comments

twlite avatar Jun 03 '22 15:06 twlite

For this, whole illustrator.js object needs to be serialized into json, including all the loaded images and fonts, layers and other config.

The current plan is to make everything serializable somehow, including SKRSContext2D. Then the serialized data can be stringified and then can be compressed into a file using https://github.com/Brooooooklyn/snappy

twlite avatar Jun 20 '22 13:06 twlite