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-11 04:03:19 +02:00
parent 3114d7f8c3
commit 86cc9e33de
6 changed files with 97 additions and 1 deletions

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

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