first commit

This commit is contained in:
Ale
2025-05-13 12:01:17 +02:00
commit d7881a4461
4852 changed files with 537159 additions and 0 deletions

20
node_modules/pdf-lib/ts3.4/apps/deno/dummy.d.ts generated vendored Normal file
View File

@@ -0,0 +1,20 @@
declare const ParseSpeeds: any;
declare const PDFPage: any;
declare const clip: any;
declare const clipEvenOdd: any;
declare const closePath: any;
declare const cmyk: any;
declare const degrees: any;
declare const drawRectangle: any;
declare const endPath: any;
declare const grayscale: any;
declare const LineCapStyle: any;
declare const LineJoinStyle: any;
declare const typedArrayFor: any;
declare const lineTo: any;
declare const PDFDocument: any;
declare const popGraphicsState: any;
declare const pushGraphicsState: any;
declare const rgb: any;
declare const setLineJoin: any;
declare const StandardFonts: any;