Shared files for the Tiraya Music project
Go to file
2024-02-01 22:58:46 +01:00
dist fix icons 2024-02-01 22:58:46 +01:00
header add space between lines of logo 2024-02-01 18:43:26 +01:00
icon fix icons 2024-02-01 22:58:46 +01:00
.gitignore fix icons 2024-02-01 22:58:46 +01:00
Colors.md change icon color to teal 2024-02-01 17:00:17 +01: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 change icon color to teal 2024-02-01 17:00:17 +01: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.