UNPKG

@ixily/activ

Version:

Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.

9 lines (8 loc) 270 B
type ImageType = 'profile' | 'banner'; export declare const ImagesModule: { init: (externalPackages: { JimpInstance: any; }) => Promise<void>; convertOrMinifyImageToBase64: (imageUrl?: string, imageType?: ImageType) => Promise<string>; }; export {};