Files
gamja/lib/index.js
2025-05-13 18:50:44 +02:00

9 lines
316 B
JavaScript

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);
import * as linkifyjs from "../node_modules/linkifyjs/dist/linkify.mjs";
export { linkifyjs };