UNPKG

iframely

Version:

oEmbed/2 gateway endpoint. Get embed data for various http links through one self-hosted API

5 lines 290 B
import iframelyConfig from './config.js'; // Load global config from exec dir, because `iframely` can be used as library. var globalConfig = await import(process.cwd() + '/config.js'); globalConfig = globalConfig && globalConfig.default; export default {...iframelyConfig, ...globalConfig};