0.0.4 • Published 4 years ago

react-izon-ui v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

react-izon-ui

Display graph in browser based on data analyzed by react-izon-core

Install

Install with npm

$> npm install react-izon-ui

Install with yarn

$> yarn add react-izon-ui

Usage

import { DependencyChecker } from "react-izon-core"
import { startServer } from "react-izon-ui"

const checker = new DependencyChecker( analyze_file_path, event => {

  if(event.type === "done"){
    startServer(event.dependencies, options)
  }

})

checker.check()

License

MIT