网站title重复的后果,学校网站建设年度总结,高新网站建设哪家好,网站icp备案申请官方文档 .capturePage([rect]) rect Rectangle (可选) - 要捕获的页面区域。 返回 Promise - 完成后返回一个NativeImage 在 rect内捕获页面的快照。 省略 rect 将捕获整个可见页面。
async function cap(){
let image await webviewRef.value.capturePage()
console.log(im…
官方文档 .capturePage([rect]) rect Rectangle (可选) - 要捕获的页面区域。 返回 Promise - 完成后返回一个NativeImage 在 rect内捕获页面的快照。 省略 rect 将捕获整个可见页面。
async function cap(){
let image await webviewRef.value.capturePage()
console.log(image)
const appIcon image.toDataURL()
console.log(appIcon)
}