nilssonH / sketch-color-parser

Parses all colors used in Sketch v43+ files.
https://nilshoenson.github.io/sketch-color-parser/
27 stars 1 forks source link
design sketch sketch-app

Sketch Color Parser

Parses a Sketch v43+ file and outputs all colors used in the file.

Check it out.

Issues

Found something that shouldn't act the way it does? Let me know

Contribute

Want to help me out by contributing? Feel free to! For the repo and make a pull request.

# Install dependencies
npm install

# Serve locally
npm start

# Build for production
npm run build