Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
16
node_modules/next/dist/build/webpack/loaders/next-image-loader/blur.d.ts
generated
vendored
Normal file
16
node_modules/next/dist/build/webpack/loaders/next-image-loader/blur.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
export declare function getBlurImage(content: Buffer, extension: string, imageSize: {
|
||||
width: number;
|
||||
height: number;
|
||||
}, { basePath, outputPath, isDev, tracing, }: {
|
||||
basePath: string;
|
||||
outputPath: string;
|
||||
isDev: boolean;
|
||||
tracing: (name?: string) => {
|
||||
traceFn(fn: Function): any;
|
||||
traceAsyncFn(fn: Function): any;
|
||||
};
|
||||
}): Promise<{
|
||||
dataURL: string | undefined;
|
||||
width: number;
|
||||
height: number;
|
||||
}>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue