chore: restore missing dependency and build files in node_modules

This commit is contained in:
sebvtl728
2026-06-21 11:01:17 +02:00
commit 01ff723dff
2044 changed files with 638056 additions and 0 deletions
+20
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;