在html中将svg标签转换为图片保存到本地
在html中将svg标签转换为图片保存到本地function exportSVGAsImage(svgElement, options = {}) {
const {
imageType = 'image/png',
w More...