Skip to content

Commit 331d3ad

Browse files
committedNov 4, 2019
removed some comments
1 parent f8a1da5 commit 331d3ad

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed
 

‎test/scripts/bbs.js

-43
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,6 @@ var Color = require('ascii-art-ansi/color');
55
Color.is256 = true;
66
Color.useDistance('euclideanDistance');
77

8-
/*
9-
art.font('Ghost Wire BBS', 'Doom', function(err, logo){
10-
art.font('No place like home', 'rusted', function(err, subtext){
11-
art.table({
12-
verticalBar : ' ',
13-
horizontalBar : ' ',
14-
intersection : ' ',
15-
data:[
16-
{name: art.style('current users', 'red'), value: '203'},
17-
{name: 'operator', value: 'vince.vega'},
18-
{name: 'dial-in', value: '(917)555-4202'},
19-
]
20-
}).lines(2, function(err, table){
21-
art.image({
22-
filepath :'Images/sunburst_red.jpg',
23-
alphabet : 'ultra-wide'
24-
}).lines(2, 30).overlay(logo, {
25-
x: 0,
26-
y: 0,
27-
style: 'blue',
28-
}).overlay(subtext, {
29-
x: 19,
30-
y: 8,
31-
style: 'yellow',
32-
}).overlay(table, {
33-
x: -1,
34-
y: -1,
35-
style: 'green',
36-
}, function(err, final){
37-
console.log(final);
38-
});
39-
});
40-
});
41-
});
42-
//*/
43-
/*art.image({
44-
filepath :'Images/sunburst.jpg',
45-
alphabet : 'solid'
46-
}, function(err, final){
47-
console.log(final);
48-
})*/
49-
//*
508
art.font('I N T E R N E T', 'Doom').lines(0, 6, function(err, logo){
519
art.font('Serious Business', 'rusted', function(err, subtext){
5210
art.table({
@@ -82,4 +40,3 @@ art.font('I N T E R N E T', 'Doom').lines(0, 6, function(err, logo){
8240
});
8341
});
8442
});
85-
//*/

0 commit comments

Comments
 (0)
Please sign in to comment.