Plugin for component-builder2 that optimizes SVG files using SVGO. Version 0.0.1 is the latest. Minimal release cadence; last published in 2014. Provides a simple .use() integration for SVG minification in the component-builder pipeline. Differentiator: specifically for component-builder2 ecosystem; standalone SVGO or other tools may be more flexible for modern workflows.
npm install builder-svg-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use builder-svg-minifier as a plugin in component-builder2 pipeline with custom SVGO options.
Migrate to a modern build tool (e.g., Webpack, Rollup) and use svgo directly.
Pin svgo version if needed; check svgo compatibility.
Use only with component-builder2.
Create custom type declaration or use @ts-ignore.
Run 'npm install builder-svg-minifier'
Run 'npm install svgo'