v3.0.0
- Breaking: changed the API to accept
options
object literal (withthreshold
andincludeAA
properties) rather than arguments. - Breaking: changed
threshold
to be relative to YUV distance (not squared); this means you'll have to change thethreshold
values you're currently using tosqrt(threshold)
. - Added usage examples for Node & browsers in the readme.