1.1.7 • Published 6 years ago

img-size-checker v1.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

img-size-checker

NPM version github location Dependency Status License Downloads

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-checker

Precommit configuration

"precommit": "lint-staged",

Lint-staged configuration

"lint-staged": {
  "*.{jpg,png}": "img-size-checker 100" // size in kb
}

License

MIT

1.1.7

6 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago