npm.io
0.0.4 • Published 6 years ago

react-izon-ui

Licence
MIT
Version
0.0.4
Deps
11
Size
7.7 MB
Vulns
0
Weekly
0
Stars
1

react-izon-ui

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

Install

Install with npm

__CODE_BLOCK_0__gt; npm install react-izon-ui

Install with yarn

__CODE_BLOCK_1__gt; 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

Keywords