It would be very helpful to have a minified version of piskel that just allows you to run an instance of it with all the commands it has to edit/display/create piskel files
You can see someone already did this here, but their version is super old
https://github.com/jordanjwatkins/piskel-cli/blob/master/piskel/piskel-packaged-min-2018-11-03-03-03.js
Would it be possible to have an official, up to date version please?
you can see that it does work here:
https://codepen.io/blurymind/pen/gbrBzzR
i just copied its contents into a codepend and console logged the pskl global object with all the goods
This is something that might potentially enable a way towards creating a piskel react component for example. In my case I just want something to display a piskel file, its animation, layers and palette being tweakable - without the whole editor. A library that gives me an instance of pskl
It would be very helpful to have a minified version of piskel that just allows you to run an instance of it with all the commands it has to edit/display/create piskel files
You can see someone already did this here, but their version is super old
https://github.com/jordanjwatkins/piskel-cli/blob/master/piskel/piskel-packaged-min-2018-11-03-03-03.js
Would it be possible to have an official, up to date version please?
you can see that it does work here:
https://codepen.io/blurymind/pen/gbrBzzR
i just copied its contents into a codepend and console logged the pskl global object with all the goods
This is something that might potentially enable a way towards creating a piskel react component for example. In my case I just want something to display a piskel file, its animation, layers and palette being tweakable - without the whole editor. A library that gives me an instance of pskl