n8n-nodes-svgnew
v0.1.2
Published
n8n community node to convert images to SVG vectors using svg.new
Readme
n8n-nodes-svgnew
n8n community node for SVG.new — convert images to SVG vectors in your n8n workflows.
Operations
- Vectorize — Convert a raster image (PNG, JPG, WebP) to a clean SVG vector
- Recolor — Change colors in an SVG using a color map
- Simplify Colors — Reduce the number of colors in an SVG
Setup
- Install this node in your n8n instance
- Add SVG.new credentials with your API key from svg.new/account
- Add the SVG.new node to your workflow
Input
The Vectorize operation accepts:
- Binary data from a previous node (e.g., HTTP Request, Read Binary File)
- Base64 data URL as a string
Output
Returns the SVG as both:
- JSON (
svgfield with the SVG string) - Binary data (
dataproperty with the SVG file)
