gamja/lib/index.js

10 lines
386 B
JavaScript
Raw Normal View History

export * from "../node_modules/preact/dist/preact.module.js";
import { h } from "../node_modules/preact/dist/preact.module.js";
import htm from "../node_modules/htm/dist/htm.module.js";
export const html = htm.bind(h);
2020-06-25 17:26:40 +02:00
2021-10-13 15:33:41 +02:00
// TODO: replace with proper import once this is merged and released:
// https://github.com/Hypercontext/linkifyjs/pull/356
export const linkifyjs = window.linkify;