/** * Static markup for the Transform popup that floats over the canvas * when the user activates the Resize/Transform tool. * * Pure DOM — no module state, no event listeners. The caller wires all * IDs via document.getElementById / pop.querySelector. * * @returns {string} */ export function transformPopupHTML() { return `
Transform

Type - before W / H to flip.

`; } /** * Wire a `