Packages

pify: some helpers to use gleam in your shopify project.

Current section

Files

Jump to
pify include storefront@utils_Image.hrl
Raw

include/storefront@utils_Image.hrl

-record(image, {
url :: binary(),
alt_text :: binary(),
width :: binary(),
height :: binary()
}).