# sketch-json-api **Repository Path**: mirrors_ant-design/sketch-json-api ## Basic Information - **Project Name**: sketch-json-api - **Description**: 💎🔧 Node.js Library for Editing Sketch Files. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/`.