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