Optimize Svg Path String Declaration

1.0.6Last update Oct 17, 2024
by@gcornut

optimize-svg-path-string-declaration

Description

Optimize SVG paths in string variable declarations using svgo.

Examples

Before

export const icon1 = 'M150 5 L75 200 L225 200 Z';

After

export const icon1 = 'M150 5 75 200h150Z';

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now