node-resemble icon indicating copy to clipboard operation
node-resemble copied to clipboard

Image analysis and comparison with HTML5

Results 2 node-resemble issues
Sort by recently updated
recently updated
newest added

Because resemble is wrapped as a function, you can't reach the `outputSettings` method. The export could be changed like so: ``` module.exports = (function() { if (typeof window === "undefined")...

There should be an onError() or something. I'm passing in image buffers but I never get into the onComplete callback. I've got no way of knowing what went wrong.