gamja/lib/index.js

9 lines
318 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 11:26:40 -04:00
2024-01-10 05:33:20 -05:00
import * as linkifyjs from "../node_modules/linkifyjs/dist/linkify.es.js";
export { linkifyjs };