How to use the dwv.getVersion function in dwv

To help you get started, we’ve selected a few dwv examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ivmartel / dwv-react / src / DwvComponent.js View on Github external
constructor(props) {
    super(props);
    this.state = {
      versions: {
        dwv: dwv.getVersion(),
        react: React.version
      },
      tools: ['Scroll', 'ZoomAndPan', 'WindowLevel', 'Draw'],
      selectedTool: 'Select Tool',
      loadProgress: 0,
      dataLoaded: false,
      dwvApp: null,
      tags: [],
      showDicomTags: false,
      toolMenuAnchorEl: null
    };
  }

dwv

DICOM Web Viewer.

GPL-3.0
Latest version published 9 days ago

Package Health Score

81 / 100
Full package analysis