/opt/canhelp/node_modules/next/dist/build/webpack/loaders/next-image-loader
NameSizeModeActions
blur.d.ts4470644editdlrm
blur.js28280644editdlrm
blur.js.map47820644editdlrm
index.d.ts1320644editdlrm
index.js29800644editdlrm
index.js.map45620644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/build/webpack/loaders/next-image-loader/blur.d.ts (447B)
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; }>;