0.0.3 • Published 7 years ago

sketchtool-api v0.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

sketchtool-api

JavaScript API for sketchtool.

travis codecov

sketchtool-api allows you to access sketchtool command-line tool via a simple JavaScript API.

This package does not bundle sketchtool, you need to have it installed on your machine. You can follow the instructions here: https://www.sketchapp.com/tool/.

Notice: For now only the dump command is supported.

Install

npm install --save sketchtool-api

Usage

import sketchtool from 'sketchtool'

// Dump a document as JSON
const doc = await sketchtool.dump('my-awesome-design.sketch')

License

MIT © Nicolas Gryman

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago