Switch from anchorme to linkifyjs

This commit is contained in:
Simon Ser
2021-10-13 15:33:41 +02:00
parent a7d3a3940a
commit 631f119061
5 changed files with 75 additions and 57 deletions
+3 -2
View File
@@ -4,5 +4,6 @@ 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;
// TODO: replace with proper import once this is merged and released:
// https://github.com/Hypercontext/linkifyjs/pull/356
export const linkifyjs = window.linkify;