blazium-engine / blazium-assets

Blazium Artwork, Document, and other Assets for the Project as a whole.
Creative Commons Zero v1.0 Universal
2 stars 4 forks source link

blazium-assets

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

Color used for the engine.

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.