| 12345 |
- import { DataComponent as DC } from '../runtime';
- export type WordCloudOptions = Omit<Record<string, any>, 'type'>;
- export declare function processImageMask(img: HTMLImageElement | string): Promise<HTMLImageElement>;
- export declare function normalizeFontSize(fontSize: any, range?: [number, number]): any;
- export declare const WordCloud: DC<WordCloudOptions>;
|