`
backtick
Star
Copy image
Export PNG
async function share(code: string) { const frame = await paint(code, { background: "graphite", chrome: "macos", }); return frame.toPng({ scale: 2 }); }