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

Blumr stickers

License

MIT, CC-BY-4.0 licenses found

Licenses found

MIT
LICENSE-CODE
CC-BY-4.0
LICENSE-GRAPHICS
Notifications You must be signed in to change notification settings

blumr/blumr-stickers

Repository files navigation

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