mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-14 12:38:50 +02:00
feat: init with converting cbz files
This commit is contained in:
8
converter/constant/format.go
Normal file
8
converter/constant/format.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package constant
|
||||
|
||||
type ConversionFormat string
|
||||
|
||||
const (
|
||||
ImageFormatWebP ConversionFormat = "webp"
|
||||
ImageFormatUnknown ConversionFormat = ""
|
||||
)
|
Reference in New Issue
Block a user