Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koustov/formula-visualizer
https://github.com/koustov/formula-visualizer
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koustov/formula-visualizer
- Owner: koustov
- License: mit
- Created: 2021-11-02T16:35:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T02:39:28.000Z (about 2 years ago)
- Last Synced: 2024-04-24T22:42:56.063Z (9 months ago)
- Language: JavaScript
- Homepage: formula-visualizer.vercel.app
- Size: 814 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)