This is a web component wrapper of the iFramely Embed Library for rich media embeds for your application. See https://iframely.com/
This is a #vuejs implementation built using the Vue CLI 3
https://cli.vuejs.org/guide/build-targets.html#web-component
https://cli.vuejs.org/guide/build-targets.html#bundle-that-registers-multiple-web-components
https://shaydoc.github.io/iframely-embed/dist/demo.html
<meta charset="utf-8">
<title>iframely-embed demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="./iframely-embed.js"></script>
<div style="height:50vh;width:50vw;margin:auto">
<iframely-embed url="..." api-key="..."></iframely-embed>
</div>
npm run build-web-component
npm install
npm run serve