Made with create-react-library
npm install --save react-short-videos-v13
import React, { Component } from 'react'
import MyComponent from 'react-short-videos-v13'
import 'react-short-videos-v13/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}