Shared files for the Tiraya Music project
Find a file
2023-08-18 19:50:55 +02:00
dist fix: convert mono icons into unstyled path 2023-08-18 19:50:55 +02:00
header fix: optimized SVG 2023-08-18 19:34:19 +02:00
icon fix: convert mono icons into unstyled path 2023-08-18 19:50:55 +02:00
.gitignore feat: add icons and header 2023-08-16 02:46:38 +02:00
Colors.md fix: add color swatches 2023-08-15 18:30:50 +02:00
LICENSE Create LICENSE 2023-08-15 18:34:48 +02:00
package.json feat: add icons and header 2023-08-16 02:46:38 +02:00
README.md feat: add icons and header 2023-08-16 02:46:38 +02:00
tiraya_design.svg Initial commit 2023-08-15 18:10:42 +02:00

TIRAYA 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.