UNPKG

@wppconnect-team/wppconnect

Version:

WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligen

8 lines (7 loc) 288 B
export declare function getFfmpegPath(): Promise<string>; /** * Convert a file to a compatible MP4-GIF for WhatsApp * @param inputBase64 Gif in base64 format * @returns base64 of a MP4-GIF for WhatsApp */ export declare function convertToMP4GIF(inputBase64: string): Promise<string>;