forked from olcxjas-softworks/LarpixClient
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
36
node_modules/gifuct-js/package.json
generated
vendored
Normal file
36
node_modules/gifuct-js/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "gifuct-js",
|
||||
"version": "2.1.2",
|
||||
"description": "Easy to use efficient .GIF parsing in javascript",
|
||||
"main": "lib/index.js",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir lib",
|
||||
"build-demo": "webpack demo/demo.js -o demo/demo.build.js --mode=\"none\""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/matt-way/gifuct-js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"gif",
|
||||
"parser",
|
||||
"javascript"
|
||||
],
|
||||
"author": "Matt Way",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/matt-way/gifuct-js/issues"
|
||||
},
|
||||
"homepage": "https://github.com/matt-way/gifuct-js",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.10.5",
|
||||
"@babel/core": "^7.11.4",
|
||||
"@babel/preset-env": "^7.11.0",
|
||||
"webpack": "^4.44.1",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"js-binary-schema-parser": "^2.0.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue