1- # url loader for webpack
1+ [ ![ npm] [ npm ]] [ npm-url ]
2+ [ ![ node] [ node ]] [ node-url ]
3+ [ ![ deps] [ deps ]] [ deps-url ]
4+ [ ![ tests] [ tests ]] [ tests-url ]
5+ [ ![ coverage] [ cover ]] [ cover-url ]
6+ [ ![ chat] [ chat ]] [ chat-url ]
27
3- ## Usage
8+ <div align =" center " >
9+ <a href =" https://github.com/webpack/webpack " >
10+ <img width="200" height="200"
11+ src="https://webpack.js.org/assets/icon-square-big.svg">
12+ </a >
13+ <h1 >Url Loader</h1 >
14+ </div >
15+
16+ <h2 align =" center " >Install</h2 >
17+
18+ ``` bash
19+ npm install --save-dev url-loader
20+ ```
21+
22+ <h2 align =" center " >Usage</h2 >
423
524[ Documentation: Using loaders] ( http://webpack.github.io/docs/using-loaders.html )
625
@@ -22,6 +41,50 @@ require("url-loader?prefix=img/!./file.png");
2241// They are passed to the file-loader if used.
2342```
2443
25- ## License
44+ <h2 align =" center " >Contributing</h2 >
45+
46+ Don't hesitate to create a pull request. Every contribution is appreciated. In development you can start the tests by calling ` npm test ` .
47+
48+ <h2 align =" center " >Maintainers</h2 >
49+
50+ <table >
51+ <tbody >
52+ <tr>
53+ <td align="center">
54+ <img width="150 height="150"
55+ src="https://avatars.githubusercontent.com/sokra?v=3">
56+ <br />
57+ <a href="https://github.com/">Tobias Koppers</a>
58+ </td>
59+ <td align="center">
60+ <img width="150 height="150"
61+ src="https://avatars.githubusercontent.com/SpaceK33z?v=3">
62+ <br />
63+ <a href="https://github.com/">Kees Kluskens</a>
64+ </td>
65+ <tr>
66+ <tbody >
67+ </table >
68+
69+
70+ <h2 align =" center " >LICENSE</h2 >
71+
72+ #### [ MIT] ( ./LICENSE )
73+
74+ [ npm ] : https://img.shields.io/npm/v/url-loader.svg
75+ [ npm-url ] : https://npmjs.com/package/url-loader
76+
77+ [ node ] : https://img.shields.io/node/v/url-loader.svg
78+ [ node-url ] : https://nodejs.org
79+
80+ [ deps ] : https://david-dm.org/webpack/url-loader.svg
81+ [ deps-url ] : https://david-dm.org/webpack/url-loader
82+
83+ [ tests ] : http://img.shields.io/travis/webpack/url-loader.svg
84+ [ tests-url ] : https://travis-ci.org/webpack/url-loader
85+
86+ [ cover ] : https://coveralls.io/repos/github/webpack/url-loader/badge.svg
87+ [ cover-url ] : https://coveralls.io/github/webpack/url-loader
2688
27- MIT (http://www.opensource.org/licenses/mit-license.php )
89+ [ chat ] : https://badges.gitter.im/webpack/webpack.svg
90+ [ chat-url ] : https://gitter.im/webpack/webpack
0 commit comments