init commit
This commit is contained in:
3
remotion/node_modules/@remotion/web-renderer/dist/drawing/mask-image.d.ts
generated
vendored
Normal file
3
remotion/node_modules/@remotion/web-renderer/dist/drawing/mask-image.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { LinearGradientInfo } from './parse-linear-gradient';
|
||||
export declare const getMaskImageValue: (computedStyle: CSSStyleDeclaration) => string | null;
|
||||
export declare const parseMaskImage: (maskImageValue: string) => LinearGradientInfo | null;
|
||||
Reference in New Issue
Block a user