aboutsummaryrefslogtreecommitdiff
path: root/lib/index.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade linkifyjs to v4Simon Ser2024-01-101-1/+1
|
* Avoid using `export * as namespace`Simon Ser2021-10-181-1/+2
| | | | This isn't supported by Safari.
* Use linkifyjs moduleSimon Ser2021-10-141-3/+1
|
* Switch from anchorme to linkifyjsSimon Ser2021-10-131-2/+3
|
* Make all resource paths relativeSimon Ser2021-03-021-4/+4
| | | | Closes: https://todo.sr.ht/~emersion/gamja/17
* Linkify messagesSimon Ser2020-06-251-0/+3
|
* Switch to reactSimon Ser2020-06-241-0/+5
Under the hood, preact is used to reduce dependency size. We still don't have a build stage, so htm is used instead of JSX.