UNPKG

iframely

Version:

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

10 lines (8 loc) 199 B
import utils from './utils.js'; export default { getLink: function(meta) { if (!meta.og || !meta.og.image) { return utils.getImageLink("thumbnail", meta); } } };