Package Exports
- react-hooks-player
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-hooks-player) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-hooks-player

try it here =)
Install
npm install --save react-hooks-playerUsage
import React from 'react'
import Player from 'react-hooks-player'
const App = () => {
return (
<Player
url={} //required
title={} //required
color={} //default: '#9582ab'
background={} //default: 'white'
volumeControls={} //default: false
height={} //default: 50
/>
)
}License
MIT © vault-developer