initial commit

This commit is contained in:
Elijah 2026-05-20 17:40:17 -07:00
commit 27325ea5f1
2537 changed files with 328078 additions and 0 deletions

16
node_modules/pdf-lib/cjs/utils/objects.d.ts generated vendored Normal file
View file

@ -0,0 +1,16 @@
import { FontNames } from '@pdf-lib/standard-fonts';
export declare const values: (obj: any) => any[];
export declare const StandardFontValues: any[];
export declare const isStandardFont: (input: any) => input is FontNames;
export declare const rectanglesAreEqual: (a: {
x: number;
y: number;
width: number;
height: number;
}, b: {
x: number;
y: number;
width: number;
height: number;
}) => boolean;
//# sourceMappingURL=objects.d.ts.map