@appletosolutions/reactbits
Version:
A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.
18 lines • 448 B
TypeScript
type ShaderParams = {
patternScale: number;
refraction: number;
edge: number;
patternBlur: number;
liquid: number;
speed: number;
};
export declare function parseLogoImage(file: File): Promise<{
imageData: ImageData;
pngBlob: Blob;
}>;
export default function MetallicPaint({ imageData, params, }: {
imageData: ImageData;
params: ShaderParams;
}): void;
export {};
//# sourceMappingURL=MetallicPaint.d.ts.map