We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
<div data-v-c0f80114="" class="qrcode__wrap target" qroptions="[object Object]"><canvas width="1027" height="1027" style="width: 100%;"></canvas></div> 像这样的元素截图显示不出来
<div data-v-c0f80114="" class="qrcode__wrap target" qroptions="[object Object]"><canvas width="1027" height="1027" style="width: 100%;"></canvas></div>
const blob = await domToBlob(clonedElement, { scale: type ? 1 : 0.2, quality: type ? 1 : 0.2, fetch: { requestInit: { cache: 'no-cache', }, }, }) const formData = new FormData() formData.append('file', blob, 'cover.jpeg') const { url } = await getImgS3Api(formData) return url } catch (error) { console.error('Screenshot failed:', error) throw new Error('生成截图失败') }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<div data-v-c0f80114="" class="qrcode__wrap target" qroptions="[object Object]"><canvas width="1027" height="1027" style="width: 100%;"></canvas></div>
像这样的元素截图显示不出来
The text was updated successfully, but these errors were encountered: