sketchtool-api

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i sketchtool-api

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • ngryman