sketch-module-json-sync

0.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i sketch-module-json-sync

Weekly Downloads

2

Version

0.2.1

License

MIT

Last publish

Collaborators

  • mathieudutour