@magicfun1241/waifu2x
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

waifu2x

Image upscale library

Supported platforms

  1. Windows
  2. Linux (Raspberry Pi 4)

Examples

import waifu2x from "@magicfun1241/waifu2x";

waifu2x(path.join(cwd, 'input.jpg')).noise(3).toFile(path.join(cwd, 'output.jpg')).then(() => {
    console.log("Done!");
});

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @magicfun1241/waifu2x

Weekly Downloads

8

Version

1.0.4

License

MIT

Unpacked Size

7.93 kB

Total Files

8

Last publish

Collaborators

  • magicfun1241