UNPKG

waifu2x

Version:

2x upscaling of images with waifu2x

44 lines (43 loc) 1.1 kB
{ "name": "waifu2x", "version": "1.4.7", "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/Moebits/waifu2x" }, "author": "Moebits", "license": "MIT", "devDependencies": { "@types/fluent-ffmpeg": "^2.1.16", "@types/get-pixels": "^3.3.2", "@types/gif-encoder": "^0.7.1", "@types/node": "^12.11.6", "@types/omggif": "^1.0.2", "typescript": "^5.5.4" }, "dependencies": { "@napi-rs/canvas": "^0.1.54", "@react-pdf/pdfkit": "^3.1.6", "fluent-ffmpeg": "^2.1.2", "get-pixels": "^3.3.2", "gif-encoder": "^0.7.2", "gif-frames": "github:Moebits/gif-frames#no-cumulative", "image-size": "^1.0.2", "is-url": "^1.2.4", "pdfjs-dist": "github:Moebits/pdfjs-dist", "rife-fps": "^0.0.9" } }