This commit is contained in:
7
node_modules/@jimp/plugin-blur/index.d.ts
generated
vendored
Normal file
7
node_modules/@jimp/plugin-blur/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ImageCallback } from '@jimp/core';
|
||||
|
||||
interface Blur {
|
||||
blur(r: number, cb?: ImageCallback<this>): this;
|
||||
}
|
||||
|
||||
export default function(): Blur;
|
||||
Reference in New Issue
Block a user