A video embed tag parser for bilibili, youku, tudou and youtube.
install from npm
npm install --save video-embed-parserinstall from yarn
yarn add video-embed-parserimport { VideoParser } from 'video-embed-parser'
const parser = new VideoParser()
let html = parser.getEmbedTag(this.state.link)
console.log(html)https://jie.github.io/video-embed-parser/