Shared files for the Tiraya Music project
dist | ||
header | ||
icon | ||
.gitignore | ||
Colors.md | ||
LICENSE | ||
package.json | ||
README.md | ||
tiraya_design.svg |
META
Shared files for the Tiraya Music project. Currently these are mostly design files
- Color palette
- Icons
- Header images (for READMEs)
Use the icons/header
The files in the dist
folder are the converted/optimized graphics to be used by the
project.
Add the TIRAYA header to a readme:
# <img src="https://raw.githubusercontent.com/TirayaMusic/meta/main/dist/header.svg" alt="TIRAYA" height="100"> PROJECT
Development
The icons were created using Inkscape. Use the script
npm run convert
to optimize the SVG files. It requires svgo (npm dependency) and
inkscape to be installed.