update
This commit is contained in:
11
APP/nexus-remote/node_modules/png-to-ico/index.d.ts
generated
vendored
Normal file
11
APP/nexus-remote/node_modules/png-to-ico/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference types="node" />
|
||||
|
||||
export interface PngToIcoOptions {
|
||||
interpolation?: any;
|
||||
}
|
||||
|
||||
declare function pngToIco(filepath: string | Buffer | any[], options?: PngToIcoOptions): Promise<Buffer>;
|
||||
|
||||
export function imagesToIco(images: any[]): Buffer;
|
||||
|
||||
export default pngToIco;
|
||||
Reference in New Issue
Block a user