DEPRECATED - See Kactus for a working version of this
sketch-module-json-sync
is sketch module to export and import a sketch file to json.
🐤 experimental project
npm i -S sketch-module-json-sync
import { importFromJSON, exportToJSON } from 'sketch-module-json-sync'
export default function (context) {
exportToJSON(context)
importFromJSON(context)
}
- allow to choose directory when no sketch file opened
MIT