Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ohif-core

Package Overview
Dependencies
Maintainers
11
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ohif-core

Useful functions and classes for building web-based medical imaging applications

  • 0.4.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
35
increased by191.67%
Maintainers
11
Weekly downloads
 
Created
Source

react-viewerbase

A set of React components for Medical Imaging Viewers.

Status: Under development

NPM

Install

npm install --save react-viewerbase

Usage

import React, { Component } from 'react'

import CornerstoneViewport from 'react-viewerbase'

class Example extends Component {
  render () {
    return (
      <CornerstoneViewport />
    )
  }
}

To run locally

  1. Clone this repository
  2. cd react-viewerbase
  3. yarn i
  4. yarn start
  5. in new termainal
  6. cd example
  7. yarn i
  8. yarn start

License

MIT © OHIF

FAQs

Package last updated on 11 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc