Skip to content

sempostma/hitviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors