share-menu
Version:
A complete and simple to use share menu.
3 lines (2 loc) • 441 B
JavaScript
class e extends HTMLElement{constructor(){super(...arguments),this.displayName="Hacker News",this.color="fb651e",this.icon="M112 157L31 5h37l48 96 2 5a50 50 0 013 6 11 11 0 011 2l1 2 3 7 3 6 6-13 7-15 48-96h35l-82 153v98h-31z"}share(e){e.openWindow("https://news.ycombinator.com/submitlink",{u:e.url,t:e.title})}}customElements.define("share-target-hacker-news",e);export{e as HackerNewsShareTarget};
//# sourceMappingURL=hacker-news.js.map