UNPKG

image-nodes

Version:

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

16 lines (11 loc) 186 B
import React from 'react' class APIView extends React.Component { render() { return ( <section className='api-view'> apiview </section> ) } } export default APIView;