big updat:

- 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

4
node_modules/gif.js/site/plugins/jsignore.coffee generated vendored Normal file
View file

@ -0,0 +1,4 @@
module.exports = (env, callback) ->
# hack to have browserify ignore the symlinked gif.js
env.registerContentPlugin 'files', 'gif.*js', env.plugins.StaticFile
callback()