ive imported it correctly into a mjs file
import Waifu2x from "waifu2x";
and ive provided a base image i want to upscale but regardless of it being correct. it is saying:
TypeError: Waifu2x.upScaleImage is not a function
ive tried looking through the export functions and it all looks good, read the documentation and still to no avail.
ive imported it correctly into a mjs file
import Waifu2x from "waifu2x";
and ive provided a base image i want to upscale but regardless of it being correct. it is saying:TypeError: Waifu2x.upScaleImage is not a function
ive tried looking through the export functions and it all looks good, read the documentation and still to no avail.