react-izon-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

/react-izon-ui/

    Package Sidebar

    Install

    npm i react-izon-ui

    Weekly Downloads

    1

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    8.11 MB

    Total Files

    7

    Last publish

    Collaborators

    • uttk