示例其他下载图片下载图片此示例展示了如何使用 html-to-image 将流程下载为图片。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 只读在 Stackblitz 中打开在 Codesandbox 中打开暗黑模式