react-native-image-colors
Version:
Fetch prominent colors from an image.
8 lines • 309 B
TypeScript
import type { ImageColorsResult } from './types';
export declare const cache: {
getItem: (key: string) => ImageColorsResult | undefined;
setItem: (key: string, value: ImageColorsResult) => void;
removeItem: (key: string) => boolean;
clear: () => boolean;
};
//# sourceMappingURL=cache.d.ts.map