Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages