layermetry
SDKPlatformAgentsDesktop & mobileUse casesPricingDocsBlogSign in

Use cases · Print-on-demand

Publish without leaving Shopify.

The buyer edits the product image in your storefront, then orders it.

shop.example.com/customise
The layermetry image editor running in a page: the tool rail on the left, a product photo on the canvas, the pages strip belowThe layermetry image editor running in a page: the tool rail on the left, a product photo on the canvas, the pages strip below
  • No design queue: the buyer edits it.
  • Locked layers keep bleed and logo in place.
  • Composed and exported in the buyer's own tab.

What it uses

image editortemplateslocked layersbrand kitPNG / JPG / WebP export

Where it runs

Web embedMobile webDesktop — waitlist
Customise.tsx
<ImageEditor
  licenseKey={KEY}
  template="tee-front"
  lockedLayers={['logo', 'bleed', 'safe-area']}
  onExport={blob => addToCart(blob)}
/>