Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koustov/formula-visualizer


https://github.com/koustov/formula-visualizer

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# formula-visualizer

> A simple and convenient way to visualize your formula in two dimentional graph

[![NPM](https://img.shields.io/npm/v/formula-visualizer.svg)](https://www.npmjs.com/package/formula-visualizer) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save formula-visualizer
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'formula-visualizer'
import 'formula-visualizer/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [koustov](https://github.com/koustov)