UNPKG

vitessce

Version:

Vitessce app and React component library

8 lines (6 loc) 323 B
// Selection Layers export { getSelectionLayers } from './selection-utils'; // Heatmap Layers export { default as HeatmapBitmapLayer } from './HeatmapBitmapLayer'; export { default as PixelatedBitmapLayer } from './PixelatedBitmapLayer'; export { default as HeatmapCompositeTextLayer } from './HeatmapCompositeTextLayer';