UNPKG

@seaavey/bot

Version:

The Library for Seaavey Bot

21 lines (20 loc) 503 B
export declare const imageToWebp: (media: { data: Buffer; ext?: string; }) => Promise<NonSharedBuffer>; export declare const videoToWebp: (media: { data: Buffer; ext?: string; }) => Promise<NonSharedBuffer>; export declare function writeExif(media: { mimetype: string; data: Buffer; }, metadata?: { packId?: string; packName?: string; packPublish?: string; androidApp?: string; iOSApp?: string; emojis?: string[]; isAvatar?: number; }): Promise<any>;