初始化fy
This commit is contained in:
8
uni_modules/UniDevTools/node_modules/@jimp/plugin-dither/index.d.ts
generated
vendored
Normal file
8
uni_modules/UniDevTools/node_modules/@jimp/plugin-dither/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ImageCallback } from '@jimp/core';
|
||||
|
||||
interface Dither {
|
||||
dither565(cb?: ImageCallback<this>): this;
|
||||
dither16(cb?: ImageCallback<this>): this;
|
||||
}
|
||||
|
||||
export default function(): Dither;
|
||||
Reference in New Issue
Block a user