Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 424 Bytes

Source for my blog

SVG Optimization

Since most of the user will not have the fonts used inside the svg, make sure that the fonts are converted to svg paths before publishing

Prerequisites

  1. Make sure you installed svgo
  2. Install yarn
  3. Install svgo by running yarn global add svgo from terminal

Optimize

For converting shapes & fonts into paths, use opimize.sh