UNPKG

mfx

Version:

In-browser video editing toolkit, with effects accelerated by WebGL

6 lines (4 loc) 103 B
export const openURL = async (url: string) => { const res = await fetch(url); return res.body; };