ImageContentType
List of supported image content types.
import { ImageContentType } from '@daffodil/driver/shopify'
enum ImageContentType {
Jpg = 'JPG',
Png = 'PNG',
Webp = 'WEBP',
}
List of supported image content types.
import { ImageContentType } from '@daffodil/driver/shopify'
enum ImageContentType {
Jpg = 'JPG',
Png = 'PNG',
Webp = 'WEBP',
}