UNPKG

iframely

Version:

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

9 lines (8 loc) 167 B
export default { getMeta: function(oembed) { return { license: oembed.license, license_url: oembed.license_url }; } };