@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.
13 lines (9 loc) • 392 B
JavaScript
;
var PluginManager = require('./PluginManager.js');
var index = require('./presets/index.js');
require('tslib');
var presetPluginManager = new PluginManager.PluginManager(index.presetPlugins);
exports.PluginManager = PluginManager.PluginManager;
exports.presetPlugins = index.presetPlugins;
exports.presetPluginManager = presetPluginManager;
//# sourceMappingURL=index.js.map