範例其他下載圖片下載圖片此範例示範如何使用 html-to-image 將流程下載為圖片。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 唯讀在 Stackblitz 中開啟在 Codesandbox 中開啟黑暗模式