我有两个图像对象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)