UNPKG

@magicfun1241/anime4k

Version:
8 lines (7 loc) 319 B
"use strict"; 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");