Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit ce44257

Browse files
authored
Merge pull request #32 from benox3/demo
Add demo section to readme
2 parents 74b54e1 + f297392 commit ce44257

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ npm install react-pic --save
2323
<script src='https://unpkg.com/react-pic@latest/dist/umd/react-pic.min.js'></script>
2424
```
2525

26+
## Demo:
27+
![demo-image](https://thumbs.gfycat.com/MajesticFinishedAlpinegoat-size_restricted.gif)
28+
2629
## Usage
2730
```javascript
2831
import React, { Component } from 'react';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-pic",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "React component for progressive and responsive image loading.",
55
"author": "Ben Budnevich",
66
"main": "dist/commonjs/react-pic.js",

0 commit comments

Comments
 (0)