@@ -5,48 +5,6 @@ var Color = require('ascii-art-ansi/color');
5
5
Color . is256 = true ;
6
6
Color . useDistance ( 'euclideanDistance' ) ;
7
7
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
- //*
50
8
art . font ( 'I N T E R N E T' , 'Doom' ) . lines ( 0 , 6 , function ( err , logo ) {
51
9
art . font ( 'Serious Business' , 'rusted' , function ( err , subtext ) {
52
10
art . table ( {
@@ -82,4 +40,3 @@ art.font('I N T E R N E T', 'Doom').lines(0, 6, function(err, logo){
82
40
} ) ;
83
41
} ) ;
84
42
} ) ;
85
- //*/
0 commit comments