Skip to content

v3.0.0

Compare
Choose a tag to compare
@mourner mourner released this 20 Oct 13:21
· 80 commits to main since this release
  • Breaking: changed the API to accept options object literal (with threshold and includeAA properties) rather than arguments.
  • Breaking: changed threshold to be relative to YUV distance (not squared); this means you'll have to change the threshold values you're currently using to sqrt(threshold).
  • Added usage examples for Node & browsers in the readme.