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
21
node_modules/gif-build-worker-js/LICENSE
generated
vendored
Normal file
21
node_modules/gif-build-worker-js/LICENSE
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2022 陌小路
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
2
node_modules/gif-build-worker-js/dist/index.d.ts
generated
vendored
Normal file
2
node_modules/gif-build-worker-js/dist/index.d.ts
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
2
node_modules/gif-build-worker-js/dist/index.js
generated
vendored
Normal file
2
node_modules/gif-build-worker-js/dist/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
"use strict";const r=require("./lib/gif.worker.js");exports.GifWorker=r,exports.transformToUrl=()=>{const e=new Blob([r],{type:"application/javascript"});return URL.createObjectURL(e)};
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/gif-build-worker-js/dist/index.js.map
generated
vendored
Normal file
1
node_modules/gif-build-worker-js/dist/index.js.map
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
||||
2
node_modules/gif-build-worker-js/dist/lib/gif.worker.js
generated
vendored
Normal file
2
node_modules/gif-build-worker-js/dist/lib/gif.worker.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
node_modules/gif-build-worker-js/dist/lib/gif.worker.js.map
generated
vendored
Normal file
1
node_modules/gif-build-worker-js/dist/lib/gif.worker.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
2
node_modules/gif-build-worker-js/esm/index.d.ts
generated
vendored
Normal file
2
node_modules/gif-build-worker-js/esm/index.d.ts
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
2
node_modules/gif-build-worker-js/esm/index.js
generated
vendored
Normal file
2
node_modules/gif-build-worker-js/esm/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import t from"./lib/gif.worker.js";const r=()=>{const t=new Blob([e],{type:"application/javascript"});return URL.createObjectURL(t)},e=t;export{e as GifWorker,r as transformToUrl};
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/gif-build-worker-js/esm/index.js.map
generated
vendored
Normal file
1
node_modules/gif-build-worker-js/esm/index.js.map
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
||||
2
node_modules/gif-build-worker-js/esm/lib/gif.worker.js
generated
vendored
Normal file
2
node_modules/gif-build-worker-js/esm/lib/gif.worker.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
node_modules/gif-build-worker-js/esm/lib/gif.worker.js.map
generated
vendored
Normal file
1
node_modules/gif-build-worker-js/esm/lib/gif.worker.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
38
node_modules/gif-build-worker-js/package.json
generated
vendored
Normal file
38
node_modules/gif-build-worker-js/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "gif-build-worker-js",
|
||||
"version": "1.0.3",
|
||||
"main": "dist/index.js",
|
||||
"module": "esm/index.js",
|
||||
"type": "module",
|
||||
"types": "esm/index.d.ts",
|
||||
"exports": {
|
||||
"import": {
|
||||
"types": "./esm/index.d.ts",
|
||||
"default": "./esm/index.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"esm",
|
||||
"package.json"
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"rollup": "^4.24.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"clean": "rimraf dist",
|
||||
"dev": "tsc --watch",
|
||||
"prebuild": "npm run clean",
|
||||
"prepublish": "npm run build"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue