Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
/ react-thumbnail Public archive

Include a static version of a webpage or your react element

Notifications You must be signed in to change notification settings

FWeinb/react-thumbnail

Repository files navigation

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

You can find some more examples here.

License

MIT © Fabrice Weinberg

About

Include a static version of a webpage or your react element

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published