window.html2canvas

dev_forum
hjm 5 years ago
parent faa0bfab88
commit 4e36b2f604

@ -31,7 +31,7 @@ function save_avatar(){
const previewId = this.props.previewId
var img_lg = document.getElementById(previewId || 'img-preview');
// 截图小的显示框内的内容
html2canvas(img_lg).then(function(canvas) {
window.html2canvas(img_lg).then(function(canvas) {
// for test
// document.getElementById('canvasWrap').appendChild(canvas);

Loading…
Cancel
Save