1.0.4 • Published 4 years ago

@magicfun1241/waifu2x v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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