feat: pipe external urls through iframely

This commit is contained in:
Apoorv Mishra
2023-07-23 08:16:38 +05:30
parent 15c8a4867f
commit 43a91626b2
9 changed files with 98 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
import Iframely from "./iframely";
export const unfurl = async (url: string) => Iframely.get(url);