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