pup-recorder 0.1.15 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_tsup-dts-rollup.d.ts +1 -5
- package/dist/app.cjs +5 -5
- package/dist/chunk-GEZVS2S2.js +2 -0
- package/dist/cli.js +2 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-Q2GVT2RY.js +0 -2
|
@@ -58,7 +58,7 @@ export { AudioInit as AudioInit_alias_1 }
|
|
|
58
58
|
export declare const basedir: string;
|
|
59
59
|
|
|
60
60
|
export declare interface BgraConverter {
|
|
61
|
-
new (width: number, height: number): BgraConverter;
|
|
61
|
+
new (width: number, height: number, numThreads?: number): BgraConverter;
|
|
62
62
|
convert(bgra: Buffer): Promise<Buffer>;
|
|
63
63
|
}
|
|
64
64
|
|
|
@@ -315,10 +315,6 @@ declare const pupDisableGPU: boolean;
|
|
|
315
315
|
export { pupDisableGPU }
|
|
316
316
|
export { pupDisableGPU as pupDisableGPU_alias_1 }
|
|
317
317
|
|
|
318
|
-
declare const pupFFmpegPath: string;
|
|
319
|
-
export { pupFFmpegPath }
|
|
320
|
-
export { pupFFmpegPath as pupFFmpegPath_alias_1 }
|
|
321
|
-
|
|
322
318
|
declare const pupLogLevel: number;
|
|
323
319
|
export { pupLogLevel }
|
|
324
320
|
export { pupLogLevel as pupLogLevel_alias_1 }
|