File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Pixeler
2
2
3
- UTF-8 Dot matrix renderer, now in color too .
3
+ Render images in CLI with UTF-8 characters .
4
4
5
5
6
6
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/lastguest/pixeler/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/lastguest/pixeler/?branch=master )
@@ -13,23 +13,22 @@ UTF-8 Dot matrix renderer, now in color too.
13
13
14
14
## Installation
15
15
16
- Add package to your ** composer.json ** :
16
+ Require in your project with [ composer] ( https://getcomposer.org/download/ ) :
17
17
18
- ``` json
19
- {
20
- "require" : {
21
- "lastguest/pixeler" : " dev-master"
22
- }
23
- }
18
+ ``` bash
19
+ $ composer require lastguest/pixeler
24
20
```
25
21
26
- Run [ composer ] ( https://getcomposer.org/download/ ) :
22
+ This will also install a ** pixeler ** tool in :
27
23
28
- ``` bash
29
- $ php composer.phar install -o
30
24
```
25
+ your_project_dir/vendor/bin/pixeler
26
+ ```
27
+
28
+ It works exactly like the example below.
29
+
31
30
32
- ### Example
31
+ ### Example
33
32
34
33
Create a file ` pixel.php ` :
35
34
You can’t perform that action at this time.
0 commit comments