0.1.3 • Published 5 years ago
tf-react-videoplay v0.1.3
安装
yarn add tf-react-videoplay
使用
import React from 'react';
import VideoPlay from 'tf-react-videoplay';
function App() {
return <VideoPlay />;
}
export default App;
yarn add tf-react-videoplay
import React from 'react';
import VideoPlay from 'tf-react-videoplay';
function App() {
return <VideoPlay />;
}
export default App;