Forgot to add credits for jxl.js and Photos info

This commit is contained in:
Dustin Brett 2022-12-29 14:33:02 -08:00
parent 21e400671a
commit 39e624b44c
2 changed files with 4 additions and 0 deletions

View File

@ -185,6 +185,9 @@ docker run -dp 3000:3000 --rm --name daedalos daedalos
### Photos
- [Supported Formats](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#supported_image_formats)
- [JPEG XL](https://github.com/niutech/jxl.js) (**_.jxl_**)
- [QOI](https://gist.github.com/nicolaslegland/f0577cb49b1e56b729a2c0fc0aa151ba) (**_.qoi_**)
- [TIFF](https://github.com/photopea/UTIF.js) (**_.tif, .tiff_**)
- Fullscreen & [Zoom](https://github.com/anvaka/panzoom)
### [Ruffle](https://ruffle.rs/) (**_.swf, .spl_**)

View File

@ -44,6 +44,7 @@ This project is greatly augmented by code from the open source community. Thank
- [Coastal Landscape](https://www.shadertoy.com/view/fstyD4)
- [Matrix](https://github.com/Rezmason/matrix)
- [QOI Decoder](https://gist.github.com/nicolaslegland/f0577cb49b1e56b729a2c0fc0aa151ba)
- [jxl.js](https://github.com/niutech/jxl.js)
## App Libraries