Skip to content

Commit

Permalink
Add dash symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
nesaulov authored and akxcv committed Jan 28, 2018
1 parent 4f32bde commit ff86dc9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions build/symbols.json
Original file line number Diff line number Diff line change
Expand Up @@ -781,5 +781,14 @@
"#####",
".....",
"....."
],
"-": [
".....",
".....",
".....",
"#####",
".....",
".....",
"....."
]
}
9 changes: 9 additions & 0 deletions data/punctuation.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,14 @@ module.exports = {
#####
.....
.....
`,
'-': `
.....
.....
.....
#####
.....
.....
.....
`
}
4 changes: 2 additions & 2 deletions krasivo.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ module.exports = function krasivo (string, foreground, background, options) {

return replaceForegroundAndBackground(
rows.join('\n'),
foreground,
background,
foreground.toString(),
background.toString(),
options
)
}
Expand Down

0 comments on commit ff86dc9

Please sign in to comment.