get-image-colors
get-image-colors copied to clipboard
*: format, refactor, and update
- Change code style from StandardJS to Prettier-like style.
- Format all the code.
- Use ESLint for linting JavaScript code.
- Add
package-lock.json
file to.gitignore
. - Refactor code and tests.
- Add
format
NPM script to format code (npm run format
). - Update dependencies to their latest version.
- Rename
readme.md
toREADME.md
to assert convention consistency.
BREAKING:
- Drop support for Node.js v10 and v12.
- Move to pure ESM.