UNPKG

image-nodes

Version:

A library for visual programming of image-processing algorithms on dicom images

16 lines (11 loc) 194 B
import React from 'react' class GraphView extends React.Component { render() { return ( <section className='graph-view'> graphview </section> ) } } export default GraphView;