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

1.0.3 • Public • Published

Anime4K

Image upscale library

Examples

import * as path from "path";

import anime4k from "@magicfun1241/anime4k";

const cwd = process.cwd();
anime4k(path.join(cwd, "input.jpg")).gpuAcceleration(true).toFile(path.join(cwd, "output.jpg")).then(() => {
    console.log("Done!");
});

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @magicfun1241/anime4k

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

7.97 kB

Total Files

8

Last publish

Collaborators

  • magicfun1241