Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including video-react-interwebs with all npm packages installed. Try it out:

var React = require('react'); var ReactDOMServer = require('react-dom/server'); var videoReact = require('video-react'); var Player = videoReact.Player; class MyComponent extends React.Component { render() { <Player source="https://media.w3.org/2010/05/sintel/trailer_hd.mp4" poster="/assets/poster.png" width={640} height={480} /> } } ReactDOMServer.renderToString(<MyComponent />);

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

video-react-interwebs v0.8.3

Video-React is a web video player built from the ground up for an HTML5 world using React library.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free