Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ant-design/sketch-json-api
- Owner: ant-design
- License: mit
- Created: 2020-06-09T10:02:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T12:44:48.000Z (over 3 years ago)
- Last Synced: 2024-04-23T11:03:03.179Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 533 KB
- Stars: 24
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`.