reapit / foundations

Foundations platform mono repo
56 stars 22 forks source link

Investigate converting SVG data images to base64 strings in CSS #4521

Closed bashleigh closed 8 months ago

bashleigh commented 3 years ago

Investigate whether this would be beneficial and how we can easily implement this without too much refactoring.

willmcvay commented 8 months ago

React SVGR already uses SVGO to minimise SVGs before compiling to a component. Very likely there is little further optimisation we can do.