UNPKG

@antv/narrative-text-schema

Version:

Json schema of narrative text visualization

7 lines (6 loc) 208 B
/** * generate text spec by structure and variable * thx @Lobster377 */ export { default as generateTextSpec } from './generateTextSpec'; export type { Structure, StructureTemp, Variable } from './types';