UNPKG

iframely

Version:

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

8 lines (6 loc) 143 B
import utils from './utils.js'; export default { getLink: function(meta) { return utils.getImageLink('image_src', meta); } };