Skip to content

Commit a4fc534

Browse files
authored
Merge pull request #42 from webpack-contrib/d3viant0ne-JSFMaintainers
docs(readme): updates for JSF maintainers
2 parents 7e55907 + 66ec99a commit a4fc534

File tree

1 file changed

+61
-4
lines changed

1 file changed

+61
-4
lines changed

README.md

Lines changed: 61 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1-
# compression plugin for webpack
1+
[![npm][npm]][npm-url]
2+
[![deps][deps]][deps-url]
3+
[![chat][chat]][chat-url]
24

3-
## Usage
5+
<div align="center">
6+
<!-- replace with accurate logo e.g from https://worldvectorlogo.com/ -->
7+
<a href="https://github.com/webpack/webpack">
8+
<img width="200" height="200" vspace="" hspace="25"
9+
src="https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon.svg">
10+
</a>
11+
<h1>Compression Plugin</h1>
12+
<p>Compression plugin for Webpack.<p>
13+
</div>
14+
15+
<h2 align="center">Install</h2>
16+
17+
```bash
18+
npm i -D compression-webpack-plugin
19+
```
20+
21+
<h2 align="center">Usage</h2>
422

523
``` javascript
624
var CompressionPlugin = require("compression-webpack-plugin");
@@ -33,6 +51,45 @@ Option Arguments for Zopfli (see [node-zopfli](https://github.com/pierreingleber
3351
* blocksplittinglast: Default: false,
3452
* blocksplittingmax: Default: 15
3553

36-
## License
54+
<h2 align="center">Maintainers</h2>
55+
56+
<table>
57+
<tbody>
58+
<tr>
59+
<td align="center">
60+
<img width="150" height="150"
61+
src="https://avatars3.githubusercontent.com/u/166921?v=3&s=150">
62+
</br>
63+
<a href="https://github.com/bebraw">Juho Vepsäläinen</a>
64+
</td>
65+
<td align="center">
66+
<img width="150" height="150"
67+
src="https://avatars2.githubusercontent.com/u/8420490?v=3&s=150">
68+
</br>
69+
<a href="https://github.com/d3viant0ne">Joshua Wiens</a>
70+
</td>
71+
<td align="center">
72+
<img width="150" height="150"
73+
src="https://avatars3.githubusercontent.com/u/533616?v=3&s=150">
74+
</br>
75+
<a href="https://github.com/SpaceK33z">Kees Kluskens</a>
76+
</td>
77+
<td align="center">
78+
<img width="150" height="150"
79+
src="https://avatars3.githubusercontent.com/u/3408176?v=3&s=150">
80+
</br>
81+
<a href="https://github.com/TheLarkInn">Sean Larkin</a>
82+
</td>
83+
</tr>
84+
<tbody>
85+
</table>
86+
87+
88+
[npm]: https://img.shields.io/npm/v/webpack-loader-seed.svg
89+
[npm-url]: https://npmjs.com/package/webpack-loader-seed
90+
91+
[deps]: https://david-dm.org/webpack-contrib/webpack-loader-seed.svg
92+
[deps-url]: https://david-dm.org/webpack-contrib/webpack-loader-seed
3793

38-
MIT (http://www.opensource.org/licenses/mit-license.php)
94+
[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
95+
[chat-url]: https://gitter.im/webpack/webpack

0 commit comments

Comments
 (0)