{"id":21335194,"url":"https://github.com/jowayyoung/tinyimg-webpack-plugin","last_synced_at":"2025-03-04T23:03:37.288Z","repository":{"id":39164636,"uuid":"277454928","full_name":"JowayYoung/tinyimg-webpack-plugin","owner":"JowayYoung","description":"A webpack plugin for compressing image","archived":false,"fork":false,"pushed_at":"2024-08-29T14:09:03.000Z","size":214,"stargazers_count":76,"open_issues_count":7,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T13:27:08.206Z","etag":null,"topics":["imagemin","tinyjpg","tinypng","webpack","webpack-plugin"],"latest_commit_sha":null,"homepage":"https://yangzw.vip/source?id=tinyimg-webpack-plugin","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JowayYoung.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-06T05:56:53.000Z","updated_at":"2024-12-06T05:44:33.000Z","dependencies_parsed_at":"2024-11-21T23:41:19.757Z","dependency_job_id":null,"html_url":"https://github.com/JowayYoung/tinyimg-webpack-plugin","commit_stats":{"total_commits":32,"total_committers":1,"mean_commits":32.0,"dds":0.0,"last_synced_commit":"6d9db897042cce66574e0b5a66786c76bd675c79"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JowayYoung%2Ftinyimg-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JowayYoung%2Ftinyimg-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JowayYoung%2Ftinyimg-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JowayYoung%2Ftinyimg-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JowayYoung","download_url":"https://codeload.github.com/JowayYoung/tinyimg-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241935249,"owners_count":20044826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["imagemin","tinyjpg","tinypng","webpack","webpack-plugin"],"created_at":"2024-11-21T23:41:14.023Z","updated_at":"2025-03-04T23:03:37.262Z","avatar_url":"https://github.com/JowayYoung.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tinyimg Webpack Plugin \u003cimg src=\"https://img.shields.io/badge/tinyimg--webpack--plugin-压缩图像的Webpack扩展器-66f.svg\"\u003e\n\n[![author](https://img.shields.io/badge/author-JowayYoung-f66.svg)](https://github.com/JowayYoung/tinyimg-webpack-plugin)\n[![version](https://img.shields.io/badge/version-0.1.0-f66.svg)](https://github.com/JowayYoung/tinyimg-webpack-plugin)\n[![node](https://img.shields.io/badge/node-%3E%3D16.0.0-3c9.svg)](https://github.com/JowayYoung/tinyimg-webpack-plugin)\n[![npm](https://img.shields.io/badge/npm-%3E%3D7.10.0-3c9.svg)](https://github.com/JowayYoung/tinyimg-webpack-plugin)\n[![test](https://img.shields.io/badge/test-passing-f90.svg)](https://github.com/JowayYoung/tinyimg-webpack-plugin)\n[![build](https://img.shields.io/badge/build-passing-f90.svg)](https://github.com/JowayYoung/tinyimg-webpack-plugin)\n[![coverage](https://img.shields.io/badge/coverage-100%25-09f.svg)](https://github.com/JowayYoung/tinyimg-webpack-plugin)\n[![license](https://img.shields.io/badge/license-MIT-09f.svg)](https://github.com/JowayYoung/tinyimg-webpack-plugin)\n\n\u003e `tinyimg-webpack-plugin`是一个压缩图像的Webpack扩展器，提供**JPG**与**PNG**的压缩功能\n\n### 安装\n\n- 使用**NPM**安装：`npm i tinyimg-webpack-plugin`\n- 使用**Yarn**安装：`yarn add tinyimg-webpack-plugin`\n\n\u003e 安装准备\n\n- 提前安装`webpack`与`webpack-cli`：`npm i webpack webpack-cli`\n- 必须依赖`webpack v5`与`webpack-cli v4`\n\n\u003e 安装失败\n\n- 切换**NPM镜像**为淘宝镜像：`npm config set registry https://registry.npm.taobao.org/`\n- 重新执行安装命令：`npm i tinyimg-webpack-plugin`\n\n\u003e 兼容版本\n\n- ⚠️ 若需兼容`webpack v4`请安装`tinyimg-webpack-plugin@0.0.6`\n\n### 使用\n\n⚠️ 建议只在生产环境下使用\n\n配置|功能|取值|默认|描述\n:-:|:-:|:-:|:-:|-\n`logged`|打印日志|`Boolean`|`false`|打印压缩图像相关信息\n\n```js\nimport TinyimgPlugin from \"tinyimg-webpack-plugin\";\n\nexport default {\n\t// 其他Webpack配置\n\tplugins: [\n\t\tnew TinyimgPlugin({ logged: true })\n\t]\n};\n```\n\n### 版权\n\nMIT © [JowayYoung](https://github.com/JowayYoung)\n\n### 后记\n\n**关注公众号`IQ前端`，一个专注于CSS/JS开发技巧的前端公众号，更多前端小干货等着你喔**\n\n![IQ前端](https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/131dd0053e87483d89518a15a5fe211f~tplv-k3u1fbpfcp-zoom-1.image)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjowayyoung%2Ftinyimg-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjowayyoung%2Ftinyimg-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjowayyoung%2Ftinyimg-webpack-plugin/lists"}