ant-design / sketch-json-api

πŸ’ŽπŸ”§ Node.js Library for Editing Sketch Files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Install

npm install sketch-json-api

Dev

To install dependencies:

npm install

To build the project:

npm run build

To run specific demo:

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

To check results:

Check the files in temp/.

About

πŸ’ŽπŸ”§ Node.js Library for Editing Sketch Files.

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%