big updat:
All checks were successful
Android Build / publish (push) Successful in 57s
Linux Build / publish (push) Successful in 53s

- update dependencies
- add webp support and webp conversion for profile images
This commit is contained in:
olcxja 2026-07-02 22:40:46 +02:00
commit 95aaaa69ea
244 changed files with 121382 additions and 86 deletions

14
node_modules/gif.js/index.js generated vendored Normal file
View file

@ -0,0 +1,14 @@
/* _ ___ _
(_) / __)(_)
____ _ _| |__ _ ___
/ _ | (_ __)| |/___)
( (_| | | | | _ | |___ |
\___ |_| |_|(_)| (___/
(_____| (_*/
module.exports = {
NeuQuant: require('./src/NeuQuant.js'),
TypedNeuQuant: require('./src/TypedNeuQuant.js'),
GIFEncoder: require('./src/GIFEncoder.js'),
LZWEncoder: require('./src/LZWEncoder.js')
};