init commit
This commit is contained in:
7
remotion/node_modules/@remotion/media-utils/dist/create-smooth-svg-path.d.ts
generated
vendored
Normal file
7
remotion/node_modules/@remotion/media-utils/dist/create-smooth-svg-path.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export type Point = {
|
||||
x: number;
|
||||
y: number;
|
||||
};
|
||||
export declare const createSmoothSvgPath: ({ points }: {
|
||||
points: Point[];
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user