xmpp.chapril.org-conversejs/src/templates/image.js

5 lines
166 B
JavaScript

import { html } from "lit-html";
import { renderImage } from "./directives/image.js";
export default (o) => html`${renderImage(o.url, o.url, o.onLoad, o.onClick)}`;