{"library":"img-loader","type":"library","category":null,"description":"Image minimizing loader for webpack 4, version 4.0.0. It relies on imagemin and its plugins to optimize PNG, JPEG, GIF, and SVG images. The loader is intended for use with webpack 4 and requires Node >=12. It differs from alternatives like image-webpack-loader by being a thin wrapper that delegates all optimization to user-specified imagemin plugins, offering flexibility but requiring manual plugin installation and configuration.","language":"javascript","status":"active","version":"4.0.0","tags":["javascript","image","imagemin","image-loader","optimize","minify","webpack","webpack-loader"],"install":[{"cmd":"npm install img-loader","imports":["module.exports = { module: { rules: [ { test: /\\.(jpe?g|png|gif|svg)$/i, use: ['url-loader?limit=10000', 'img-loader'] } ] } }","options: { plugins: [require('imagemin-mozjpeg')({ progressive: true })] }","options: { plugins(context) { return [require('imagemin-svgo')({})] } }","'img-loader'"]},{"cmd":"yarn add img-loader","imports":[]},{"cmd":"pnpm add img-loader","imports":[]}],"homepage":null,"github":"https://github.com/vanwagonet/img-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/img-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/img-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}