UNPKG

vitessce

Version:

Vitessce app and React component library

19 lines (17 loc) 426 B
import { createApp } from './app'; import Vitessce from './Vitessce'; import { encodeConfInUrl, decodeURLParamsToConf } from './export-utils'; import { registerPluginCoordinationType, registerPluginViewType, registerPluginFileType, } from './plugins'; export { createApp, Vitessce, encodeConfInUrl, decodeURLParamsToConf, registerPluginViewType, registerPluginCoordinationType, registerPluginFileType, };