add image compression script copied from...
add image compression script copied from git@gitlab.fabcloud.org:academany/fabacademy/2022/labs/barcelona/students/eduard-almasque.git
Showing
- package-lock.json 8376 additions, 0 deletionspackage-lock.json
- package.json 28 additions, 0 deletionspackage.json
- src/app.ts 14 additions, 0 deletionssrc/app.ts
- src/fileManager.ts 46 additions, 0 deletionssrc/fileManager.ts
- src/fileProcessor.ts 86 additions, 0 deletionssrc/fileProcessor.ts
- src/imageProcessor.ts 47 additions, 0 deletionssrc/imageProcessor.ts
- src/pathProcessor.ts 16 additions, 0 deletionssrc/pathProcessor.ts
- tsconfig.json 15 additions, 0 deletionstsconfig.json
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "fablab-documentation", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"build": "tsc", | ||
"pack": "node dist/app.js" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"imagemagick": "^0.1.3", | ||
"require": "^2.4.20", | ||
"ts-node": "^10.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27.4.0", | ||
"@types/node": "^17.0.12", | ||
"jest": "^27.4.7", | ||
"mocha": "^9.2.0", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.5.5" | ||
} | ||
} |
src/app.ts
0 → 100644
src/fileManager.ts
0 → 100644
src/fileProcessor.ts
0 → 100644
src/imageProcessor.ts
0 → 100644
src/pathProcessor.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment