0.5.1 • Published 7 years ago

react-livephoto v0.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

react-livephoto - A LivePhoto component for React.JS

This is a simple component for React.JS to make it easy to embed LivePhotos in your app.

Usage

npm install --save react-livephoto
import LivePhoto from 'react-livephoto';

<LivePhoto
    width={500}
    height={500}
    imageSrc="http://myhost.com/img.JPG"
    videoSrc="http://myhost.com/img.mov"
/>

Props

TODO

Contributing

TODO

License

react-livephoto is available under MIT. See LICENSE for more details.

0.5.1

7 years ago

0.5.0

7 years ago