An open API service indexing awesome lists of open source software.

https://github.com/aaaaash/react-webgl-player

React player component based on webgl.
https://github.com/aaaaash/react-webgl-player

Last synced: 4 months ago
JSON representation

React player component based on webgl.

Awesome Lists containing this project

README

        

#React-WebGL-Player
React player component based on webgl.

## run example
```bash
npm install
npm run storybook
```

## usage
```javascript
import Player from 'react-webgl-player';
import React from 'react';

class App extends React.Component {
render() {
return (




);
}
}
```