UNPKG

iframely

Version:

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

10 lines (9 loc) 194 B
export default { getLink: function(parsely) { return { href: parsely.image_url, type: CONFIG.T.image, rel: CONFIG.R.thumbnail }; } };