1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 22:09:55 +00:00
This commit is contained in:
Laura
2025-08-13 16:01:01 +02:00
parent 8dc12d2508
commit 96274acad5
7 changed files with 666 additions and 1 deletions

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

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