0.1.7 • Published 9 months ago

@tiledb-inc/bioimage-viewer v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@tiledb-inc/bioimage-viewer

A bioimage viewer for TileDB groups

Installing

npm install --save @tiledb-inc/bioimage-viewer

Quick Start

import createViewer from "@tiledb-inc/bioimage-viewer";

createViewer({
  rootElement: "bioimage-container", // The id of the element the BioImage-Viewer will render
  apiKey: `<API_KEY>`,
  groupID: `<GROUP_ID>`,
  namespace: '<NAMESPACE>'
});

Theming

Bioimage viewer supports dark/light theme. Just add data-theme="{VALUE}" (possible values: dark & light) attribute in the rootElement that the viewer is going to be rendered.

Development

nvm use to select correct version of node. npm install to install dependencies npm run build to build the library npm run test to run all tests npm run lint to check for any linting errors npm run lint:fix to automatically fix linting errors

0.1.6-alpha.0

9 months ago

0.1.7

9 months ago

0.1.6

9 months ago

0.1.5

10 months ago

0.1.4

11 months ago

0.1.1-beta.2

11 months ago

0.1.1-beta.1

11 months ago

0.1.1-beta.0

11 months ago

0.1.0

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.3

11 months ago

0.1.0-alpha.8

11 months ago

0.1.0-alpha.7

11 months ago

0.1.0-alpha.6

11 months ago

0.1.0-alpha.5

12 months ago

0.1.0-alpha.4

12 months ago

0.1.0-alpha.3

12 months ago

0.1.0-alpha.2

12 months ago

0.1.0-alpha.1

12 months ago

0.1.0-alpha.0

12 months ago