This is no longer maintained. Use the minified bundle from forgo directly.
Like this:
import { h, mount } from "https://cdn.jsdelivr.net/npm/[email protected]/dist/forgo.min.js"
Forgo.js external bundle for CDNs. The generate the files, run npm run build
.
This produces minified and unminified js files which can be directly included on a web page as follows.
<script src="https://example.com/forgo-min.js"></script>
This project is not intended to be used by end-users. See https://forgojs.org instead.