我有两个图像对象ak
whiteimg
。用户正在清除一张图像的区域,我想每 2 秒比较这两张图像。
<script src="http://huddle.github.io/Resemble.js/resemble.js"></script>
var timer=setInterval(function(){
resemble(ak).compareTo(whiteimg).onComplete(function(){
console.log(data);
},2000);
我做错什么了吗?我也在等待图像加载然后执行操作。
控制台中的错误:
Uncaught SyntaxError: Unexpected end of input (index:1)