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 startIf 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/svgfolder - Make sure you have
svg-spriteinstalled, 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
svgline after thebody🙈
npm run build