This commit is contained in:
17
node_modules/@jimp/gif/index.d.ts
generated
vendored
Normal file
17
node_modules/@jimp/gif/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import { DecoderFn } from '@jimp/core';
|
||||
|
||||
interface Gif {
|
||||
mime: {
|
||||
'image/gif': string[]
|
||||
}
|
||||
|
||||
constants: {
|
||||
MIME_GIF: 'image/gif';
|
||||
}
|
||||
|
||||
decoders: {
|
||||
'image/gif': DecoderFn
|
||||
}
|
||||
}
|
||||
|
||||
export default function(): Gif;
|
||||
Reference in New Issue
Block a user