Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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