1.0.0 • Published 9 years ago

react-thumbnail v1.0.0

Weekly downloads
33
License
MIT
Repository
github
Last release
9 years ago

react-thumbnail

Include a static version of a webpage or your react element

Install

$ npm install react-thumbnail --save

Usage

import React from 'react';
import Thumbnail from 'react-thumbnail';

React.render(
  <Thumbnail width={250}
             height={250}
             page="https://facebook.github.io/react/docs/getting-started.html"
             scale={4} />,
  document.getElementById('root')
)
/>

Examples

See examples for more examples.

License

MIT © Fabrice Weinberg