导出包含 SVG 的页面时出错
作者: FedericoBoccaccioLavorativo创建于 2025年8月18日更新于 2025年8月18日
// Export functions, defined at the global level function ExportPng(scale=1) { const node = document.querySelector('.containerSql'); const scale = scala; const options = { width: node.clientWidth * scale, height: node.clientHeight * scale, style: { …
内容来源: tsayen/dom-to-image