mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-18 14:14:36 +00:00
logging and improvements
This commit is contained in:
8
internal/builtins/png.go
Normal file
8
internal/builtins/png.go
Normal file
@ -0,0 +1,8 @@
|
||||
//go:build png || core || full
|
||||
// +build png core full
|
||||
|
||||
package builtins
|
||||
|
||||
import (
|
||||
_ "github.com/coalaura/ffwebp/internal/codec/png"
|
||||
)
|
Reference in New Issue
Block a user