All Projects → JowayYoung → tinyimg-webpack-plugin

JowayYoung / tinyimg-webpack-plugin

Licence: MIT License
A webpack plugin for compressing image

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tinyimg-webpack-plugin

tinify-net
.NET client for the Tinify API.
Stars: ✭ 45 (-26.23%)
Mutual labels:  tinypng, tinyjpg
image-optimisation-tools-comparison
A Benchmarking Suite for popular Image Optimisation Tools
Stars: ✭ 28 (-54.1%)
Mutual labels:  tinypng, imagemin
z img
图片操作工具,支持PNG,jpg,GIF【间接更新】
Stars: ✭ 23 (-62.3%)
Mutual labels:  tinypng, imagemin
tinify-ruby
Ruby client for the Tinify API.
Stars: ✭ 41 (-32.79%)
Mutual labels:  tinypng, tinyjpg
image-minimizer-webpack-plugin
Webpack loader and plugin to compress images using imagemin
Stars: ✭ 180 (+195.08%)
Mutual labels:  webpack-plugin, imagemin
tinypng-free
Use the upload api of tinypng's homeage to compress images
Stars: ✭ 29 (-52.46%)
Mutual labels:  tinypng, imagemin
photoshop-scripts
Photoshop Scripts for the TinyPNG & TinyJPG Photoshop plugin
Stars: ✭ 43 (-29.51%)
Mutual labels:  tinypng
meteor-imports-webpack-plugin
Webpack plugin to import and use Meteor packages like if they were real NPM packages.
Stars: ✭ 25 (-59.02%)
Mutual labels:  webpack-plugin
generate-package-json-webpack-plugin
Generates a package.json file containing the external modules used by your webpack bundle
Stars: ✭ 59 (-3.28%)
Mutual labels:  webpack-plugin
gulp-tinypng-compress
TinyPNG API wrapper for compressing PNG & JPG images
Stars: ✭ 49 (-19.67%)
Mutual labels:  tinypng
stylelint-bare-webpack-plugin
Stylelint plugin for webpack
Stars: ✭ 15 (-75.41%)
Mutual labels:  webpack-plugin
AppThinning
Make app thinner. Help you find large files and compress png, gif, jpg, svg files. 应用程序瘦身工具,帮助你找到大文件,压缩png、gif、jpg、svg等文件。
Stars: ✭ 22 (-63.93%)
Mutual labels:  tinypng
webpack-shower
🚿 Clean up, Arrange, Filter Webpack Stats
Stars: ✭ 12 (-80.33%)
Mutual labels:  webpack-plugin
inline-source-webpack-plugin
A webpack plugin to embed css/js resource in the html.
Stars: ✭ 18 (-70.49%)
Mutual labels:  webpack-plugin
flow-webpack-plugin
A webpack plugin allowing to call Flow type checker.
Stars: ✭ 36 (-40.98%)
Mutual labels:  webpack-plugin
base-href-webpack-plugin
Webpack plugin for inserting base href tag in head block
Stars: ✭ 23 (-62.3%)
Mutual labels:  webpack-plugin
robotstxt-webpack-plugin
A webpack plugin to generate a robots.txt file
Stars: ✭ 31 (-49.18%)
Mutual labels:  webpack-plugin
tde-webpack-mjml-plugin
Webpack plugin for converting MJML files to HTML
Stars: ✭ 12 (-80.33%)
Mutual labels:  webpack-plugin
license-info-webpack-plugin
Making a list of package's LICENSE information for webpack
Stars: ✭ 20 (-67.21%)
Mutual labels:  webpack-plugin
module-mapping-webpack-plugin
Webpack plugin for mapping modules onto different files
Stars: ✭ 25 (-59.02%)
Mutual labels:  webpack-plugin

Tinyimg Webpack Plugin

author version node npm test build coverage license

tinyimg-webpack-plugin是一个压缩图像的Webpack扩展器,提供JPGPNG的压缩功能

安装

  • 使用NPM安装:npm i tinyimg-webpack-plugin
  • 使用Yarn安装:yarn add tinyimg-webpack-plugin

安装准备

  • 提前安装webpackwebpack-clinpm i webpack webpack-cli
  • 必须依赖webpack v5webpack-cli v4

安装失败

  • 切换NPM镜像为淘宝镜像:npm config set registry https://registry.npm.taobao.org/
  • 重新执行安装命令:npm i tinyimg-webpack-plugin

兼容版本

使用

⚠️ 建议只在生产环境下使用

配置 功能 取值 默认 描述
logged 打印日志 Boolean false 打印压缩图像相关信息
import TinyimgPlugin from "tinyimg-webpack-plugin";

export default {
	// 其他Webpack配置
	plugins: [
		new TinyimgPlugin({ logged: true })
	]
};

版权

MIT © JowayYoung

后记

关注公众号IQ前端,一个专注于CSS/JS开发技巧的前端公众号,更多前端小干货等着你喔

IQ前端

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].