Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
import type { Page } from './browser/BrowserPage';
|
||||
export declare const takeFrame: ({ freePage, imageFormat, jpegQuality, width, height, output, scale, wantsBuffer, timeoutInMilliseconds, }: {
|
||||
freePage: Page;
|
||||
imageFormat: "jpeg" | "none" | "pdf" | "png" | "webp";
|
||||
jpegQuality: number | undefined;
|
||||
height: number;
|
||||
width: number;
|
||||
output: string | null;
|
||||
scale: number;
|
||||
wantsBuffer: boolean;
|
||||
timeoutInMilliseconds: number;
|
||||
}) => Promise<Buffer | null>;
|
||||
Reference in New Issue
Block a user