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#0D0D0D
⚫ Black
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.