Skip to content

mathieudutour/sketch-module-json-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED - See Kactus for a working version of this

sketch-module-json-sync

sketch-module-json-sync is sketch module to export and import a sketch file to json.

🐤 experimental project

Installation

npm i -S sketch-module-json-sync

Usage

import { importFromJSON, exportToJSON } from 'sketch-module-json-sync'

export default function (context) {
  exportToJSON(context)
  importFromJSON(context)
}

TODO

  • allow to choose directory when no sketch file opened

License

MIT

About

A sketch module to export and import a sketch file to json

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published