Hi
當我點擊下載 Grabzirt 生成的圖像時,收到此錯誤消息。
不知道如何修復它。
這是我的代碼:
<script src="https://cdn.jsdelivr.net/npm/@grabzit/js@3.5.1/grabzit.min.js"></script>
<script type="text/javascript"></script>
這是在我的
現在來說說我的 JS:
GrabzIt("MY KEY")
.ConvertPage({"target": "#saveBoard","download":"1", "bheight": -1, "height": -1, "width": -1,
"onstart": function(){
// alert('Download is Starting. Please wait a few seconds while we prepare your image');
// downloadImage.disabled=true;
console.log('Download is starting');
},"onfinish": function(){
// downloadImage.disabled=false;
}}).Create();