UNPKG

pdf-visual-compare

Version:

Visual regression testing library for PDFs in Js/Ts without binary and OS dependencies.

6 lines (5 loc) 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_DIFFS_FOLDER = void 0; const node_path_1 = require("node:path"); exports.DEFAULT_DIFFS_FOLDER = (0, node_path_1.resolve)(`./comparePdfOutput`);