Transform sketch files to json and json to sketch files
$ yarn add sketch-json
const sketchJson = require('sketch-json')
sketchJson.toJson().then(() => console.log('Done!'))
// => Done!
sketchJson.toSketch().then(() => console.log('Done!'))
// => Done!
Different from sketch2json, with sketch-json
you can transform json
to sketch
and sketch
to json
.
sketch-json
will generate the json
files by zipping the sketch
file and decompressing it. By doing that a sketch folder will be generated with all json files
The idea of this libraries is to prepare json files to be pushed/pull to github/gitlab/etc. Version control for designers!
Returns a promise
Transform Sketch files to json
Returns a promise
Transform json files to Sketch
- git-sketch — Versioning design with ease
- sketch-json-cli — CLI for this module
- smiley-sketch — Smiley sketch
- terminal-sketch — Terminal sketch
MIT © Bu Kinoshita