layermetry
SDKPlatformAgentsDesktop & mobileUse casesPricingDocsBlogSign in

Use cases · E-commerce sellers

Batch-edit hundreds of product photos.

Background out, crop to the marketplace size, export — all on the seller's machine.

app.layermetry.com/brands/kit
The brand kit: logo, colours, fonts and voice
  • Background removal on-device, 0 credits.
  • Marketplace sizes as presets.
  • Hundreds at a time, headless.

What it uses

background removalcrop / resizeheadless calls[]

Where it runs

Web embedAgent
batch.tsx
import { ImageEditor } from '@layermetry/media-editor/react';

// headless: no interface at all. The same bundle, driven by a list of calls.
<ImageEditor
  licenseKey={KEY}
  headless
  defaultTemplate={productCard}
  calls={rows.map(r => ({ fn: setText, args: { id: 'title', value: r.title } }))}
  callback={file => upload(file)}
/>;