Add JXL decoder and test page

This commit is contained in:
Aria 2025-03-19 08:19:25 +11:00
parent 983ae3ae80
commit 6e55b498f8
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
8 changed files with 80 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<link rel="prefetch" href="/jxl_dec.js" fetchpriority="high">
<link rel="prefetch" href="/jxl_dec.wasm" fetchpriority="high">
<script src="/jxl.min.js" type="text/javascript"></script>