Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 535 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 535 Bytes

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