1
0
Fork 0
mirror of https://git.sr.ht/~emersion/gamja synced 2025-05-15 07:10:30 -04:00
gamja-old/lib/index.js

8 lines
326 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 "../node_modules/anchorme/dist/browser/anchorme.min.js";
export const anchorme = window.anchorme;