mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-14 20:38:52 +02:00
9 lines
146 B
Go
9 lines
146 B
Go
package constant
|
|
|
|
type ConversionFormat string
|
|
|
|
const (
|
|
ImageFormatWebP ConversionFormat = "webp"
|
|
ImageFormatUnknown ConversionFormat = ""
|
|
)
|