package constant type ConversionFormat string const ( ImageFormatWebP ConversionFormat = "webp" ImageFormatUnknown ConversionFormat = "" )