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

View File

@@ -11,6 +11,7 @@
<noscript>
<p>Unfortunately gamja requires JavaScript. Please enable it!</p>
</noscript>
<script src="./node_modules/linkifyjs/dist/linkify.min.js"></script>
<script type="module">
import { html, render } from "./lib/index.js";
import App from "./components/app.js";