A CLI tool that applies a Nord color palette filter to images.
Requires Node.js (v18+).
npm install -g nordify-clinordify -r <path-to-image>The output is saved next to the input file with -nord appended to the filename.
nordify -r photo.jpg
# => Saved to: photo-nord.jpgnpm uninstall -g nordify-cli