Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ant-design/sketch-json-api

💎🔧 Node.js Library for Editing Sketch Files.
https://github.com/ant-design/sketch-json-api

Last synced: about 2 months ago
JSON representation

💎🔧 Node.js Library for Editing Sketch Files.

Awesome Lists containing this project

README

        

# sketch-json-api

A Node.js library for editing `.sketch` files on servers.

## Official Docs

You may want to check the official docs from Sketch.

- [Sketch Command-line Interface](https://developer.sketch.com/cli/)
- [Sketch File Format](https://developer.sketch.com/file-format/)

## Install

```bash
npm install sketch-json-api
```

## Dev

To install dependencies:

```bash
npm install
```

To build the project:

```bash
npm run build
```

To run specific demo:

```bash
node dist/demo/path/to/file.js
```

To check results:

Check the files in `temp/`.