Currently, there are many (20) unoptimized PNGs that made it past code review. Two approaches could be taken:
- Enforce a WebP-only rule in the linting pipeline (IE: fail the lint if there are any PNG files in the repo)
- Use
sharp to transform the PNGs at build time
Currently, there are many (20) unoptimized PNGs that made it past code review. Two approaches could be taken:
sharpto transform the PNGs at build time