1.0.3 • Published 4 years ago

hitviz v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

hitviz

Create simple visualizations of your javascript code execution as flickering dots.

GitHub license GitHub issues Twitter

Install

npm i -D html2js-loader

Usage

const hitviz = require('hitviz');
const hit = hitviz();

const result = hit('hit1');
for(let i = 0; i < 20; i++) {
    hit('hit2');
}

result.svg() // returns a string containing a svg animation of your execution.
result.json() // returns the internal javascript object.
1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago