Skip to content

Commit 585bf17

Browse files
committed
- update readme and keywords
1 parent 695d640 commit 585bf17

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import ImageFadeIn from 'react-image-fade-in'
2222
class Example extends Component {
2323
render () {
2424
return (
25-
<ImageFadeIn src={imageSrc} />
25+
<ImageFadeIn width={640} height={480} src={imageSrc} />
2626
)
2727
}
2828
}

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,12 @@
5757
},
5858
"files": [
5959
"dist"
60+
],
61+
"keywords": [
62+
"react",
63+
"react-component",
64+
"image",
65+
"fade in image",
66+
"fade image"
6067
]
6168
}

0 commit comments

Comments
 (0)