Paste an image straight from the clipboard, and a rebuilt mockup studio
A screenshot on the clipboard now becomes a PNG without a round trip through the file system, and the device mockup generator was rewritten on a new rendering module.
Taking a screenshot, saving it, then finding it again in a file picker is three steps to do nothing. Paste Image to PNG reads the image already on your clipboard and hands back a PNG. The clipboard read happens in the page; the image is never sent anywhere.
The device mockup generator moved off the shared assets module onto its own rendering module and a dedicated editor. The visible change is control: frames, shadows and backgrounds are composited rather than picked from a fixed set of templates.
The same change added a React error boundary around tool rendering and a route-level error page. Before it, a crash inside one tool took the whole route down to a blank screen.
Tools in this entry
Commit 45e6609