import ReactPlayer from "react-player"; import TwitterEmbed from "./TwitterEmbed"; import { YOUTUBE_REGEX, TWITTER_REGEX } from "../lib/constants"; export const Paragraph = (props) => { if ( typeof props.children == "object" && props.children.props && props.children.props.href ) { if (YOUTUBE_REGEX.test(props.children.props.href)) { return (