Skip to content

Commit

Permalink
Examples on README
Browse files Browse the repository at this point in the history
  • Loading branch information
terremoth committed Mar 3, 2024
1 parent e29966f commit cdf118a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ vendor/
.vscode/
.phpunit.cache/
.phpdoc/
.php-cs-fixer.cache
65 changes: 27 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,45 +29,34 @@ $ php demos/drawing.php
┌─┐
│ │
└─┘
┌──┐
│ │
│ │
└──┘
┌───┐
│ │
│ │
│ │
└───┘
┌──────┐
│ │
│ │
└──────┘
┌───────────────┐
│ │
│ │
│ │
└───────────────┘
┏━━━━━┓
┃╔═══╗┃
┃║┌─┐║┃
┃║│ │║┃
┃║└─┘║┃
┃╚═══╝┃
┗━━━━━┛
*--------*
| |
| |
| |
*--------*
┌──────────┐
│ │
└──────────┘
┌───┐
│ │
│ │
│ │
│ │
└───┘
┌───┐
│Joh│
│n D│
│oe │
│Lor│
│em │
│Ips│
│um │
│Dol│
└───┘
┌───────────────┐
│by terremoth an│
│d friends │
└───────────────┘
┌────────┐
│John Doe│
│ Lorem I│
│psum Dol│
└────────┘
┌────────────────┐
│by terremoth │
│and friends │
└────────────────┘
╔════╗
║┌──┐║
║│ │║
║│ │║
║└──┘║
╚════╝
```

0 comments on commit cdf118a

Please sign in to comment.