Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 628 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 628 Bytes

blazium-assets

Blazium Artwork, Document, and other Assets for the Project as a whole.

Color used for the engine.

  • #F079F2 :pink_circle: Pink
  • #8130F2 🟣 LTPurple
  • #7732D9 🟣 Purple
  • #797FF2 :blue_circle: Blueish
  • #0D0D0DBlack

For SVG images

SVG images need to be processed with svgo before usage to minimize file size.

# install svgo
npm install -g svgo

# svgo usage
svgo --config ./svg.config.mjs -rf path/to/directory_with_svgs -o path/to/output_directory

The file svg.config.mjs can be found in the repository.