gemini-testing / looks-same

Node.js library for comparing images
MIT License
660 stars 55 forks source link

feat: add ability to ingore antialising and caret in "createDiff" method #35

Closed DudaGod closed 5 years ago

DudaGod commented 6 years ago

Currently "createDiff" method compares images without ignoring antialising and caret. Although the main method of looks-same compares images with their ignoring. I fixed it.