π¦ ClawHub
SVG to Image
by @qrost
Convert SVG to PNG or JPG for quick sharing (e.g. Telegram) or print.
π‘ Examples
User: "Convert this SVG to PNG so I can send it in Telegram."
Action: Run convert_svg.py , then send the PNG to the user.
User: "Turn map.svg into a JPG, 1200px wide."
Action: Run with -f jpg -o /tmp/map.jpg --width 1200, then send the JPG.
TERMINAL
clawhub install svg-to-image