Skip to content

Commit 43724e6

Browse files
committed
Intorduction
1 parent 951ff09 commit 43724e6

29 files changed

+903
-947
lines changed

.all-contributorsrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"projectName": "react-precious-image",
2+
"projectName": "react-ideal-image",
33
"projectOwner": "stereobooster",
44
"files": [
55
"README.md"

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ never done that before, that's great! Check this free short video tutorial to
1111
learn how: http://kcd.im/pull-request
1212
-->
1313

14-
* `react-precious-image` version:
14+
* `react-ideal-image` version:
1515
* `node` version:
1616
* `npm` (or `yarn`) version:
1717

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Thanks for being willing to contribute!
1515
> pull requests from branches on your fork. To do this, run:
1616
>
1717
> ```
18-
> git remote add upstream https://github.com/stereobooster/react-precious-image.git
18+
> git remote add upstream https://github.com/stereobooster/react-ideal-image.git
1919
> git fetch upstream
2020
> git branch --set-upstream-to=upstream/master master
2121
> ```
@@ -69,4 +69,4 @@ requests! Thanks!
6969

7070
[egghead]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
7171
[all-contributors]: https://github.com/stereobooster/all-contributors
72-
[issues]: https://github.com/stereobooster/react-precious-image/issues
72+
[issues]: https://github.com/stereobooster/react-ideal-image/issues

README.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>react-precious-image</h1>
2+
<h1>react-ideal-image</h1>
33

44
<p>Adaptive image component</p>
55
</div>
@@ -62,15 +62,15 @@ This module is distributed via [npm][npm] which is bundled with [node][node] and
6262
should be installed as one of your project's `devDependencies`:
6363

6464
```
65-
npm install --save-dev react-precious-image
65+
npm install --save-dev react-ideal-image
6666
```
6767

6868
## Usage
6969

7070
```js
7171
import React from 'react'
7272
import lqip from 'lqip.macro'
73-
import {AdaptiveLoad} from 'react-precious-image'
73+
import AdaptiveLoad from 'react-ideal-image'
7474

7575
import image from './images/doggo.jpg'
7676
const lqip = lqip('./images/doggo.jpg')
@@ -118,7 +118,7 @@ Thanks goes to these people ([emoji key][emojis]):
118118
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
119119

120120
<!-- prettier-ignore -->
121-
| [<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-precious-image/commits?author=stereobooster "Code") [📖](https://github.com/stereobooster/react-precious-image/commits?author=stereobooster "Documentation") [🚇](#infra-stereobooster "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/stereobooster/react-precious-image/commits?author=stereobooster "Tests") |
121+
| [<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-ideal-image/commits?author=stereobooster "Code") [📖](https://github.com/stereobooster/react-ideal-image/commits?author=stereobooster "Documentation") [🚇](#infra-stereobooster "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/stereobooster/react-ideal-image/commits?author=stereobooster "Tests") |
122122
| :---: |
123123

124124
<!-- ALL-CONTRIBUTORS-LIST:END -->
@@ -134,26 +134,26 @@ Icons - [Apache License 2.0](https://github.com/google/material-design-icons/blo
134134

135135
[npm]: https://www.npmjs.com/
136136
[node]: https://nodejs.org
137-
[build-badge]: https://img.shields.io/travis/stereobooster/react-precious-image.svg?style=flat-square
138-
[build]: https://travis-ci.org/stereobooster/react-precious-image
139-
[coverage-badge]: https://img.shields.io/codecov/c/github/stereobooster/react-precious-image.svg?style=flat-square
140-
[coverage]: https://codecov.io/github/stereobooster/react-precious-image
141-
[version-badge]: https://img.shields.io/npm/v/react-precious-image.svg?style=flat-square
142-
[package]: https://www.npmjs.com/package/react-precious-image
143-
[downloads-badge]: https://img.shields.io/npm/dm/react-precious-image.svg?style=flat-square
144-
[npmtrends]: http://www.npmtrends.com/react-precious-image
145-
[license-badge]: https://img.shields.io/npm/l/react-precious-image.svg?style=flat-square
146-
[license]: https://github.com/stereobooster/react-precious-image/blob/master/LICENSE
137+
[build-badge]: https://img.shields.io/travis/stereobooster/react-ideal-image.svg?style=flat-square
138+
[build]: https://travis-ci.org/stereobooster/react-ideal-image
139+
[coverage-badge]: https://img.shields.io/codecov/c/github/stereobooster/react-ideal-image.svg?style=flat-square
140+
[coverage]: https://codecov.io/github/stereobooster/react-ideal-image
141+
[version-badge]: https://img.shields.io/npm/v/react-ideal-image.svg?style=flat-square
142+
[package]: https://www.npmjs.com/package/react-ideal-image
143+
[downloads-badge]: https://img.shields.io/npm/dm/react-ideal-image.svg?style=flat-square
144+
[npmtrends]: http://www.npmtrends.com/react-ideal-image
145+
[license-badge]: https://img.shields.io/npm/l/react-ideal-image.svg?style=flat-square
146+
[license]: https://github.com/stereobooster/react-ideal-image/blob/master/LICENSE
147147
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
148148
[prs]: http://makeapullrequest.com
149149
[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square
150150
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
151-
[coc]: https://github.com/stereobooster/react-precious-image/blob/master/other/CODE_OF_CONDUCT.md
152-
[github-watch-badge]: https://img.shields.io/github/watchers/stereobooster/react-precious-image.svg?style=social
153-
[github-watch]: https://github.com/stereobooster/react-precious-image/watchers
154-
[github-star-badge]: https://img.shields.io/github/stars/stereobooster/react-precious-image.svg?style=social
155-
[github-star]: https://github.com/stereobooster/react-precious-image/stargazers
156-
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20react-precious-image%20by%20%40stereobooster%20https%3A%2F%2Fgithub.com%2Fstereobooster%2Freact-precious-image%20%F0%9F%91%8D
157-
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/stereobooster/react-precious-image.svg?style=social
151+
[coc]: https://github.com/stereobooster/react-ideal-image/blob/master/other/CODE_OF_CONDUCT.md
152+
[github-watch-badge]: https://img.shields.io/github/watchers/stereobooster/react-ideal-image.svg?style=social
153+
[github-watch]: https://github.com/stereobooster/react-ideal-image/watchers
154+
[github-star-badge]: https://img.shields.io/github/stars/stereobooster/react-ideal-image.svg?style=social
155+
[github-star]: https://github.com/stereobooster/react-ideal-image/stargazers
156+
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20react-ideal-image%20by%20%40stereobooster%20https%3A%2F%2Fgithub.com%2Fstereobooster%2Freact-ideal-image%20%F0%9F%91%8D
157+
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/stereobooster/react-ideal-image.svg?style=social
158158
[emojis]: https://github.com/stereobooster/all-contributors#emoji-key
159159
[all-contributors]: https://github.com/stereobooster/all-contributors

0 commit comments

Comments
 (0)