// export all layers app.activeDocument .layers.forEach(save);
Photoshop
Batch Export Pro
Export every layer or artboard to PNG/JPG/WebP in one run.
Add-ons + Scripts
Photoshop and Figma add-ons, browser tools and CLI scripts — the little helpers our own team runs every day.
// export all layers app.activeDocument .layers.forEach(save);
Export every layer or artboard to PNG/JPG/WebP in one run.
dieline(60, 40, 20); // w, h, depth (mm)
Generate a cut/fold dieline from a box size in millimetres.
frames.forEach((f,i)=>
f.name = `Screen ${i+1}`)Bulk-rename selected frames with a numbered pattern.
:root{
--brand:#f7ce08;
}Export color and type styles to CSS variables or JSON.
resize(files, {
max: 1200
});Drag images into the tab and resize a whole folder at once.
codes.map(makeSVG) .forEach(print);
Generate a sheet of codes from a pasted list, then print.
$ npx cw-optimize \ ./assets --webp
One-command image optimizer for build pipelines.
$ cw-seq CW- 1 500 # CW-0001 ...
Generate padded serial sequences for labels and SKUs.
contactSheet('./imgs',
{cols:4});Build a printable contact sheet from a folder of images.
We build bespoke tools, mockups and templates for teams. Tell us what you are working on.
Start a project →