Add JXL decoder and test page
This commit is contained in:
parent
983ae3ae80
commit
6e55b498f8
8 changed files with 80 additions and 0 deletions
3
src/components/jxl-loader.astro
Normal file
3
src/components/jxl-loader.astro
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue