Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3db44b5

Browse files
authored
Create README.md
1 parent a02d303 commit 3db44b5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# tracers.js
2+
3+
> `tracers.js` is a visualization library for JavaScript.
4+
5+
This repository is part of the project [Algorithm Visualizer](https://github.com/algorithm-visualizer).
6+
7+
## Installation
8+
9+
```bash
10+
npm install algorithm-visualizer
11+
```
12+
13+
## Usage
14+
15+
```js
16+
import { LogTracer } from 'algorithm-visualizer';
17+
18+
const logTracer = new LogTracer('Scratch Paper');
19+
20+
logTracer.print('Visualize your own algorithm here!');
21+
```
22+
23+
Check out the [API reference](https://github.com/algorithm-visualizer/algorithm-visualizer/wiki) for more information.
24+
25+
## Contributing
26+
27+
Check out the [contributing guidelines](https://github.com/algorithm-visualizer/algorithms/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)