1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-18 06:14:34 +00:00
Files
ffwebp/internal/builtins/png.go

9 lines
136 B
Go
Raw Permalink Normal View History

2025-06-19 16:14:29 +02:00
//go:build png || core || full
// +build png core full
package builtins
import (
_ "github.com/coalaura/ffwebp/internal/codec/png"
)