Skip to content

amin-nas/sketch-module-json-sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Makefile 0.5%