aokai-long-capture-dom
v1.0.1
Published
```ts import capture from "aokai-long-capture-dom"
Readme
import capture from "aokai-long-capture-dom"
const dom = document.getElementById("dom")
capture(dom).then(res => {
console.log(res.src, res.blob)
})<div id="dom" style="height: 500px;width: 100%;">
<p>1</p>
...
<p>10000</p>
</div>