Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieudutour/sketch-module-json-sync
A sketch module to export and import a sketch file to json
https://github.com/mathieudutour/sketch-module-json-sync
Last synced: 16 days ago
JSON representation
A sketch module to export and import a sketch file to json
- Host: GitHub
- URL: https://github.com/mathieudutour/sketch-module-json-sync
- Owner: mathieudutour
- Created: 2016-12-11T15:34:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T13:38:13.000Z (about 7 years ago)
- Last Synced: 2024-10-17T16:14:13.807Z (26 days ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# DEPRECATED - See [Kactus](https://github.com/kactus-io/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.
:baby_chick: experimental project
## Installation
```sh
npm i -S sketch-module-json-sync
```## Usage
```js
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