Include a static version of a webpage or your react element
$ npm install react-thumbnail --save
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')
)
/>
You can find some more examples here.
MIT © Fabrice Weinberg