1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 22:09:55 +00:00
This commit is contained in:
2025-08-12 02:38:01 +02:00
parent e092ac7bb1
commit d3d23b1dc4
9 changed files with 259 additions and 4 deletions

8
internal/builtins/svg.go Normal file
View File

@@ -0,0 +1,8 @@
//go:build svg || core || full
// +build svg core full
package builtins
import (
_ "github.com/coalaura/ffwebp/internal/codec/svg"
)