|
| 1 | +<div align="center"> |
| 2 | +<h1>react-adaptive-image</h1> |
| 3 | + |
| 4 | +<p>Adaptive image component</p> |
| 5 | +</div> |
| 6 | + |
| 7 | +<hr /> |
| 8 | + |
| 9 | +[![Build Status][build-badge]][build] |
| 10 | +[![Code Coverage][coverage-badge]][coverage] |
| 11 | +[![version][version-badge]][package] |
| 12 | +[![downloads][downloads-badge]][npmtrends] |
| 13 | +[![MIT License][license-badge]][license] |
| 14 | + |
| 15 | +[](#contributors) |
| 16 | +[![PRs Welcome][prs-badge]][prs] |
| 17 | +[![Code of Conduct][coc-badge]][coc] |
| 18 | + |
| 19 | +[![Watch on GitHub][github-watch-badge]][github-watch] |
| 20 | +[![Star on GitHub][github-star-badge]][github-star] |
| 21 | +[![Tweet][twitter-badge]][twitter] |
| 22 | + |
| 23 | +## The problem |
| 24 | + |
| 25 | +// TODO |
| 26 | + |
| 27 | +## This solution |
| 28 | + |
| 29 | +// TODO |
| 30 | + |
| 31 | +## Table of Contents |
| 32 | + |
| 33 | +<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
| 34 | + |
| 35 | +<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 36 | + |
| 37 | +* [Installation](#installation) |
| 38 | +* [Usage](#usage) |
| 39 | +* [Inspiration](#inspiration) |
| 40 | +* [Other Solutions](#other-solutions) |
| 41 | +* [Contributors](#contributors) |
| 42 | +* [LICENSE](#license) |
| 43 | + |
| 44 | +<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
| 45 | + |
| 46 | +## Installation |
| 47 | + |
| 48 | +This module is distributed via [npm][npm] which is bundled with [node][node] and |
| 49 | +should be installed as one of your project's `devDependencies`: |
| 50 | + |
| 51 | +``` |
| 52 | +npm install --save-dev react-adaptive-image |
| 53 | +``` |
| 54 | + |
| 55 | +## Usage |
| 56 | + |
| 57 | +// TODO |
| 58 | + |
| 59 | +## Inspiration |
| 60 | + |
| 61 | +// TODO |
| 62 | + |
| 63 | +## Other Solutions |
| 64 | + |
| 65 | +I'm not aware of any, if you are please [make a pull request][prs] and add it |
| 66 | +here! |
| 67 | + |
| 68 | +## Contributors |
| 69 | + |
| 70 | +Thanks goes to these people ([emoji key][emojis]): |
| 71 | + |
| 72 | +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> |
| 73 | + |
| 74 | +<!-- prettier-ignore --> |
| 75 | +| [<img src="https://avatars3.githubusercontent.com/u/179534?s=460&v=4" width="100px;"/><br /><sub><b>stereobooster</b></sub>](https://github.com/stereobooster)<br />[💻](https://github.com/stereobooster/react-adaptive-image/commits?author=stereobooster "Code") [📖](https://github.com/stereobooster/react-adaptive-image/commits?author=stereobooster "Documentation") [🚇](#infra-stereobooster "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/stereobooster/react-adaptive-image/commits?author=stereobooster "Tests") | |
| 76 | +| :---: | |
| 77 | + |
| 78 | +<!-- ALL-CONTRIBUTORS-LIST:END --> |
| 79 | + |
| 80 | +This project follows the [all-contributors][all-contributors] specification. |
| 81 | +Contributions of any kind welcome! |
| 82 | + |
| 83 | +## LICENSE |
| 84 | + |
| 85 | +MIT |
| 86 | + |
| 87 | +[npm]: https://www.npmjs.com/ |
| 88 | +[node]: https://nodejs.org |
| 89 | +[build-badge]: https://img.shields.io/travis/stereobooster/react-adaptive-image.svg?style=flat-square |
| 90 | +[build]: https://travis-ci.org/stereobooster/react-adaptive-image |
| 91 | +[coverage-badge]: https://img.shields.io/codecov/c/github/stereobooster/react-adaptive-image.svg?style=flat-square |
| 92 | +[coverage]: https://codecov.io/github/stereobooster/react-adaptive-image |
| 93 | +[version-badge]: https://img.shields.io/npm/v/react-adaptive-image.svg?style=flat-square |
| 94 | +[package]: https://www.npmjs.com/package/react-adaptive-image |
| 95 | +[downloads-badge]: https://img.shields.io/npm/dm/react-adaptive-image.svg?style=flat-square |
| 96 | +[npmtrends]: http://www.npmtrends.com/react-adaptive-image |
| 97 | +[license-badge]: https://img.shields.io/npm/l/react-adaptive-image.svg?style=flat-square |
| 98 | +[license]: https://github.com/stereobooster/react-adaptive-image/blob/master/LICENSE |
| 99 | +[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square |
| 100 | +[prs]: http://makeapullrequest.com |
| 101 | +[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square |
| 102 | +[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square |
| 103 | +[coc]: https://github.com/stereobooster/react-adaptive-image/blob/master/other/CODE_OF_CONDUCT.md |
| 104 | +[github-watch-badge]: https://img.shields.io/github/watchers/stereobooster/react-adaptive-image.svg?style=social |
| 105 | +[github-watch]: https://github.com/stereobooster/react-adaptive-image/watchers |
| 106 | +[github-star-badge]: https://img.shields.io/github/stars/stereobooster/react-adaptive-image.svg?style=social |
| 107 | +[github-star]: https://github.com/stereobooster/react-adaptive-image/stargazers |
| 108 | +[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20react-adaptive-image%20by%20%40stereobooster%20https%3A%2F%2Fgithub.com%2Fstereobooster%2Freact-adaptive-image%20%F0%9F%91%8D |
| 109 | +[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/stereobooster/react-adaptive-image.svg?style=social |
| 110 | +[emojis]: https://github.com/stereobooster/all-contributors#emoji-key |
| 111 | +[all-contributors]: https://github.com/stereobooster/all-contributors |
0 commit comments