Use cases · Print-on-demand
Publish without leaving Shopify.
The buyer edits the product image in your storefront, then orders it.


- 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)} />