UNPKG

iframely

Version:

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

13 lines (10 loc) 234 B
export default { getMeta: function(meta) { if (!meta.video && !meta.duration) { return; } return { duration: meta.video && meta.video.duration || meta.duration }; } };