@magicfun1241/anime4k
Version:
Image upscale
8 lines (7 loc) • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.tempDirectory = exports.binaryDirectory = void 0;
const path = require("path");
const tmp = require("temp-dir");
exports.binaryDirectory = path.join(__dirname, "../bin");
exports.tempDirectory = path.join(tmp, "waifu2x-node");