UNPKG
shh-ssh
Version:
latest (1.5.0)
1.5.0
1.0.0
I kept typing shh instead of ssh
github.com/zaccolley/shh
zaccolley/shh
shh-ssh
/
shh.js
11 lines
(8 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
hush =
require
(
'./hush'
);
var
animation =
require
(
'ascii-animation'
);
var
clear =
'\033[2J'
;
var
shh =
function
(
condition, callback
){ animation.
animate
(hush, condition, callback).
bold
(); animation.
secondsPerFrame
(
0.1
); };
module
.
exports
= shh;