import * as React from "react"; import Frame from "../components/Frame"; import { EmbedProps as Props } from "."; function Gist(props: Props) { const gistUrl = new URL(props.attrs.href); const id = gistUrl.pathname.split("/")[2]; const gistLink = `https://gist.github.com/${id}.js`; const gistScript = ``; const styles = ""; const iframeHtml = `