Webpack plugin that resizes images during build using Jimp. Version 0.1.3 — appears to be a single release with no updates since 2018. Allows specifying source-to-destination mappings and resize options (width, height, quality, format, cropping, optional TinyPNG compression). Distinct from other image plugins by supporting both fixed and percentage dimensions and optional TinyPNG integration. However, it is a very low-usage package with no recent maintenance, no TypeScript types, and uses an outdated CommonJS API.
npm install webpack-images-resizerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows Webpack configuration using WebpackImagesResizer with a list of image source/destination and resize option.
Consider using more modern alternatives like imagemin-webpack-plugin or sharp-based loaders.
Use sharp or other performant libraries for production workloads.
If using Webpack 5, you may need to patch the plugin or switch to a maintained alternative.
Use `const WebpackImagesResizer = require('webpack-images-resizer');`Install tinify: `npm install tinify` and set `tinifyKey` option.