feat(format): switch to resvg backend
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user