feat: Native video display (#5866)

This commit is contained in:
Tom Moor
2023-09-28 20:28:09 -04:00
committed by GitHub
parent bd06e03b1e
commit f4fd9dae5f
24 changed files with 840 additions and 344 deletions

View File

@@ -1,6 +1,6 @@
import * as React from "react";
import Frame from "../components/Frame";
import useComponentSize from "../components/useComponentSize";
import useComponentSize from "../components/hooks/useComponentSize";
import { EmbedProps as Props } from ".";
const URL_REGEX = /^https:\/\/(www\.)?berrycast.com\/conversations\/(.*)$/;