UNPKG

iframely

Version:

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

9 lines (7 loc) 204 B
export default { getData: function(readability, meta, __is_general_article, utils) { return { safe_html: utils.encodeText(meta.charset, readability.getHTML()) }; } };