Convert HEX, RGB, HSL, HWB, HSV, CMKYK, LAB color models plus feColorMatrix’s values.
https://noeldelgado.github.io/yacc/
Start dev server on port 8080 with livereload watching files on the src
folder
npm install
npm start
If you need to add a new .svg
files to the svg sprite located after the body
tag:
- Place your
.svg
’s files on thesrc/assets/svg
folder - Make sure you have
svg-sprite
installed, e.i.:npm i -g svg-sprite
- Run npm script
npm run svg
- That should generate a new file at
src/assets/svg-sprite-symbol/svg/sprite.symbol.svg
(ignored by.gitignore
’s rule)
- That should generate a new file at
- Copy the contents of that file and replace the
svg
line after thebody
🙈
npm run build