示例其他下载图片下载图片此示例展示了如何使用 html-to-image 将流下载为图片。index.htmlApp.svelte<script lang="ts"> const data: string = "world"; </script> <h1>Hello {data}</h1> <style> h1 { font-size: 1.5rem; } </style>只读在 Stackblitz 中打开在 Codesandbox 中打开功能概述