1.1.7 • Published 8 years ago
img-size-checker v1.1.7
img-size-checker
A images size checker use in pre-commit
Installation
npm install husky // use husky to run precommit script
npm install lint-staged // lint staged code and we hack this to check images size in staged as well
npm install img-size-checkerPrecommit configuration
"precommit": "lint-staged",Lint-staged configuration
"lint-staged": {
"*.{jpg,png}": "img-size-checker 100" // size in kb
}License
MIT