.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* A shared function, used on both client and server, to generate a SVG blur placeholder.
|
||||
*/
|
||||
export declare function getImageBlurSvg({ widthInt, heightInt, blurWidth, blurHeight, blurDataURL, objectFit, }: {
|
||||
widthInt?: number;
|
||||
heightInt?: number;
|
||||
blurWidth?: number;
|
||||
blurHeight?: number;
|
||||
blurDataURL: string;
|
||||
objectFit?: string;
|
||||
}): string;
|
||||
Reference in New Issue
Block a user