When using download on a CaptureResult, we can't use format in .tsx file.
Property is not declared properly in snapdom.d.ts (error TS2353 on Visual Studio Pro 2026 in strictMode).
Quick demo to reproduce
const result = await snapdom(element, { scale: 1, quality: 1 });
await result.download({ format: "jpg", filename: "print.jpg" });
When using download on a CaptureResult, we can't use format in .tsx file.
Property is not declared properly in snapdom.d.ts (error TS2353 on Visual Studio Pro 2026 in strictMode).
Quick demo to reproduce
const result = await snapdom(element, { scale: 1, quality: 1 });
await result.download({ format: "jpg", filename: "print.jpg" });