Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Feb 16, 2020
2 parents 7fa9801 + 5e89c9d commit 9d7cb6f
Show file tree
Hide file tree
Showing 19 changed files with 1,827 additions and 92 deletions.
37 changes: 22 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,21 @@ $ cfonts --help

| | | | | |
|-----|-----|-----|-----|-------------|
| `A` | `O` | `2` | `2` | `=` |
| `B` | `P` | `3` | `3` | `@` |
| `C` | `Q` | `4` | `4` | `#` |
| `D` | `R` | `5` | `5` | `$` |
| `E` | `S` | `6` | `6` | `%` |
| `F` | `T` | `7` | `7` | `&` |
| `G` | `U` | `8` | `8` | `(` |
| `H` | `V` | `9` | `9` | `)` |
| `I` | `W` | `!` | `!` | `/` |
| `J` | `X` | `?` | `?` | `:` |
| `K` | `Y` | `.` | `.` | `;` |
| `L` | `Z` | `+` | `+` | `,` |
| `M` | `0` | `-` | `-` | `'` |
| `N` | `1` | `_` | `_` | ` ` (space) |

| `A` | `P` | `4` | `5` | `%` |
| `B` | `Q` | `5` | `6` | `&` |
| `C` | `R` | `6` | `7` | `(` |
| `D` | `S` | `7` | `8` | `)` |
| `E` | `T` | `8` | `9` | `/` |
| `F` | `U` | `9` | `!` | `:` |
| `G` | `V` | `!` | `?` | `;` |
| `H` | `W` | `?` | `.` | `,` |
| `I` | `X` | `.` | `+` | `'` |
| `J` | `Y` | `+` | `-` | `"` |
| `K` | `Z` | `-` | `_` | ` ` (space) |
| `L` | `0` | `_` | `=` | |
| `M` | `1` | `2` | `@` | |
| `N` | `2` | `3` | `#` | |
| `O` | `3` | `4` | `$` | |

_The `|` character will be replaced with a line break_

Expand Down Expand Up @@ -165,6 +165,12 @@ $ cfonts "text" --font "chrome"

- `block` [colors: 2] _(default)_
![block font style](https://raw.githubusercontent.com/dominikwilkowski/cfonts/master/img/block.png)
- `slick` [colors: 2]
![slick font style](https://raw.githubusercontent.com/dominikwilkowski/cfonts/master/img/slick.png)
- `grid` [colors: 2]
![grid font style](https://raw.githubusercontent.com/dominikwilkowski/cfonts/master/img/grid.png)
- `pallet` [colors: 2]
![pallet font style](https://raw.githubusercontent.com/dominikwilkowski/cfonts/master/img/pallet.png)
- `shade` [colors: 2]
![shade font style](https://raw.githubusercontent.com/dominikwilkowski/cfonts/master/img/shade.png)
- `chrome` [colors: 3]
Expand Down Expand Up @@ -467,6 +473,7 @@ npm run test


## Release History
* 2.7.0 - added font `slick`, `grid` and `pallet`, added double quote to all fonts
* 2.6.1 - fixed console `maxLength`, `gradient` and `lineHeight`, added more end-to-end tests
* 2.6.0 - added transition gradients and sets
* 2.5.2 - fixed jsDocs, added typescript type test
Expand Down
13 changes: 12 additions & 1 deletion fonts/3d.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3D",
"version": "0.0.3",
"version": "0.1.0",
"homepage": "https://github.com/dominikwilkowski/cfonts",
"colors": 2,
"lines": 9,
Expand Down Expand Up @@ -632,6 +632,17 @@
"<c2>______</c2>",
"<c2>______</c2>"
],
"\"": [
"<c2>_</c2><c1>/\\\\\\</c1><c1>/\\\\\\</c1>",
"<c1>\\/\\\\\\</c1><c1>/\\\\\\</c1>",
"<c1>\\///</c1><c1>\\///</c1><c2>_</c2>",
"<c2>_________</c2>",
"<c2>_________</c2>",
"<c2>_________</c2>",
"<c2>_________</c2>",
"<c2>_________</c2>",
"<c2>_________</c2>"
],
" ": [
"<c2>___</c2>",
"<c2>___</c2>",
Expand Down
10 changes: 9 additions & 1 deletion fonts/block.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "block",
"version": "0.0.4",
"version": "0.1.0",
"homepage": "https://github.com/dominikwilkowski/cfonts",
"colors": 2,
"lines": 6,
Expand Down Expand Up @@ -461,6 +461,14 @@
" ",
" "
],
"\"": [
"<c1>█╗█</c1><c2>╗</c2> ",
"<c2>╚╝╚╝</c2> ",
" ",
" ",
" ",
" "
],
" ": [
" ",
" ",
Expand Down
7 changes: 6 additions & 1 deletion fonts/chrome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome",
"version": "0.0.2",
"version": "0.1.0",
"homepage": "https://github.com/dominikwilkowski/cfonts",
"colors": 3,
"lines": 3,
Expand Down Expand Up @@ -290,6 +290,11 @@
"<c1> </c1>",
"<c3> </c3>"
],
"\"": [
"<c1>╗╗</c1>",
"<c1> </c1>",
"<c3> </c3>"
],
" ": [
" ",
" ",
Expand Down
Loading

0 comments on commit 9d7cb6f

Please sign in to comment.