SVG Converter
Converts SVG files to PNG and JPG formats with customizable parameters like scale factor, quality, and background color using TypeScript and the Sharp library for high-quality image processing.
2 stars
0 tools
Created Aug 2025
@surferdot/surferdot-svg-converter-svg-converterAbout
Converts SVG files to PNG and JPG formats with customizable parameters like scale factor, quality, and background color using TypeScript and the Sharp library for high-quality image processing.
Categories
general
Installation
npm
npm install @surferdot/surferdot-svg-converter-svg-converter
Configuration
{
"mcpServers": {
"surferdot-svg-converter-svg-converter": {
"command": "npx",
"args": [
"-y",
"@surferdot/surferdot-svg-converter-svg-converter"
]
}
}
}