UNPKG

waifu2x

Version:

2x upscaling of images with waifu2x

47 lines (46 loc) 1.18 kB
{ "name": "waifu2x", "version": "1.6.5", "description": "2x upscaling of images with waifu2x", "main": "dist/waifu2x.js", "types": "dist/waifu2x.d.ts", "scripts": { "start": "tsc && node dist/start.js", "prepublishOnly": "tsc" }, "keywords": [ "waifu2x", "anime", "image", "upscaling" ], "repository": { "type": "git", "url": "https://github.com/Moebytes/waifu2x" }, "author": "Moebytes", "license": "MIT", "devDependencies": { "@types/fluent-ffmpeg": "^2.1.16", "@types/get-pixels": "^3.3.2", "@types/gif-encoder": "^0.7.1", "@types/node": "^25.0.3", "@types/omggif": "^1.0.2", "typescript": "^5.5.4" }, "dependencies": { "@napi-rs/canvas": "^0.1.95", "@react-pdf/pdfkit": "^3.1.6", "apng-js": "^1.1.5", "fluent-ffmpeg": "^2.1.2", "get-pixels": "^3.3.2", "gif-encoder": "^0.7.2", "gif-frames": "github:Moestash/gif-frames#no-cumulative", "image-size": "^1.0.2", "is-url": "^1.2.4", "pdfjs-dist": "github:Moestash/pdfjs-dist", "rife-fps": "^0.1.1", "sharp": "^0.34.5", "sharp-apng": "^0.1.5" } }