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.
@@ -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 }