feat(format): switch to resvg backend
build / Go-Build (push) Successful in 28s
build / Go-Build (pull_request) Successful in 27s

This commit is contained in:
2026-02-13 16:01:06 +01:00
parent 0118a53d3e
commit 26e543ac48
2 changed files with 22 additions and 24 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import (
)
func main() {
if !format.CheckInkscape() {
panic("Inkscape not found")
if !format.CheckResvg() {
panic("Resvg not found")
}
command.PrepareCommandLine()
command.HandleCommandline()