UNPKG

image-nodes

Version:

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

10 lines (8 loc) 172 B
import React from 'react'; import { Graph } from '.'; const App = () => ( <section className='app'> <Graph></Graph> </section> ); export default App;