UNPKG

pdf-lib

Version:

Create and modify PDF files with JavaScript

5 lines 189 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.identityMatrix = void 0; exports.identityMatrix = [1, 0, 0, 1, 0, 0]; //# sourceMappingURL=matrix.js.map