uber-archive / image-diff

Create image differential between two images
MIT License
2.46k stars 94 forks source link

Deprecated project #56

Closed twolfson closed 7 years ago

twolfson commented 7 years ago

In #55, we decided to deprecate this project. This PR puts the final nail in the coffin with a README deprecation notice. In this PR:

Release notes:

Please run the following commands to release:

# Release project to `npm` and `git tag`
# DEV: We are intentionally using a major to avoid spamming deprecation notices to people
./release.sh 2.0.0

# Deprecate 2.0.0 version in `npm` so users get a warning on download
npm deprecate image-diff@2.0.0 "image-diff is no longer actively maintained. Please use looks-same or pixelmatch instead"

/cc @mlmorg