1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-09 06:19:55 +00:00

heif/heic

This commit is contained in:
Laura
2025-08-12 15:45:19 +02:00
parent 90aca0c3e9
commit 9569dfb8c1
6 changed files with 92 additions and 1 deletions

View File

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