UNPKG

reelflow

Version:

Elegant and powerful Instagram video downloader for seamless content extraction

9 lines (8 loc) 291 B
import { InstagramDownloader } from './instagram-downloader.js'; export { InstagramError as ReelflowError } from './types.js'; const instance = new InstagramDownloader(); export const getVideoInfo = (url) => instance.getVideoInfo(url); // Default export export default { getVideoInfo };