A video embed tag parser for bilibili, youku, tudou and youtube.
install from npm
npm install --save video-embed-parser
install from yarn
yarn add video-embed-parser
import { 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/