emoral435/Portfolio

[Optimization] Use SVG's with their purpose in mind

Closed this issue · 0 comments

Summary for the change
Currently, we are bundling more images than we need too. Vite already does a good job packaging and making the whole websites package small, but we can reduce a lot of our websites heft by using SVG's with their color changing properties in mind instead of having a light and dark mode svg

Motivation for the change

  • Improve packaging size
  • use native SVG features

References