big updat:
- update dependencies - add webp support and webp conversion for profile images
This commit is contained in:
parent
19c3dbb42d
commit
95aaaa69ea
244 changed files with 121382 additions and 86 deletions
14
node_modules/gif.js/index.js
generated
vendored
Normal file
14
node_modules/gif.js/index.js
generated
vendored
Normal 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')
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue