1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 22:09:55 +00:00
Files
ffwebp/internal/builtins/jpegxl.go

9 lines
132 B
Go
Raw Normal View History

2025-08-11 02:55:07 +02:00
//go:build jpegxl || full
// +build jpegxl full
package builtins
import (
_ "github.com/coalaura/ffwebp/internal/codec/jpegxl"
)