UNPKG

@visactor/vgrammar-wordcloud-shape

Version:

Layout WordCloud in specified shape, this is a transform for VGrammar.

7 lines (6 loc) 304 B
import type { LayoutConfigType, SegmentationOutputType } from './interface'; export default function (words: any, layoutConfig: LayoutConfigType, segmentationOutput: SegmentationOutputType): { fillingWords: import("./interface").CloudWordType[]; successedWords: any[]; failedWords: any[]; };