mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Forgot to add credits for jxl.js and Photos info
This commit is contained in:
parent
21e400671a
commit
39e624b44c
|
|
@ -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_**)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user