mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2026-06-10 08:02:28 +02:00
feat: init with converting cbz files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package constant
|
||||
|
||||
type ConversionFormat string
|
||||
|
||||
const (
|
||||
ImageFormatWebP ConversionFormat = "webp"
|
||||
ImageFormatUnknown ConversionFormat = ""
|
||||
)
|
||||
Reference in New Issue
Block a user