sketchjs
sketchjs copied to clipboard
Milestone: Version 1.0.0
trafficstars
Some improvements need to be done in favour of our first stable version launch (List will be extended over time).
Enhancements
- [ ] More default options (?)
- [ ] More methods (JSON export, etc.)
- [x] Remove
sketchtooland createinstall.sh
Bugs
- [x] Make tests stable
Hi @iDuuck, how about #3?
Even if you're the author of sketchtools, it feels something unfair.
Yeah, I am working on this, when I have time :)
Thanks for your feedback :-)
I used this strategy in another product, Just FYI:
{
"scripts": {
"postinstall": "curl -L https://cognitom.github.io/tokoro/dist/data-v02.zip > data.zip; unzip -oq data.zip -d data; rm data.zip"
}
}
https://github.com/cognitom/tokoro/blob/master/package.json#L12
If you like it, I can send PR.
@cognitom Any PR is appreciated :)