Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (42 loc) · 1.44 KB

README.md

File metadata and controls

53 lines (42 loc) · 1.44 KB

Blumr Stickers

Image stickers

Maintainers

Technologies

Configs

Contributing

Make sure that nodejs is installed first. For osx, it's best to use homebrew.

Install dependencies

npm install

Clean SVGs

npm run clean            -- all files
npm run clean [svg name] -- single file

Convert SVGs

npm run convert            -- all files
npm run convert [svg name] -- single file

Roadmap

Project directory structure

├─ preview
├─ 256x256  - minified
├─ png      - converted
└─ svg      - source

License