init commit
This commit is contained in:
8
remotion/node_modules/@remotion/web-renderer/dist/drawing/get-background-fill.d.ts
generated
vendored
Normal file
8
remotion/node_modules/@remotion/web-renderer/dist/drawing/get-background-fill.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export declare const getBackgroundFill: ({ backgroundColor, backgroundImage, contextToDraw, boundingRect, offsetLeft, offsetTop, }: {
|
||||
backgroundImage: string;
|
||||
backgroundColor: string;
|
||||
contextToDraw: OffscreenCanvasRenderingContext2D;
|
||||
boundingRect: DOMRect;
|
||||
offsetLeft: number;
|
||||
offsetTop: number;
|
||||
}) => string | CanvasGradient | null;
|
||||
Reference in New Issue
Block a user