docs: 0,0 coords and new points
This commit is contained in:
parent
2f1cc20e80
commit
5285b88729
11
README.md
11
README.md
@ -55,6 +55,17 @@ You can pipe it to a graphical program or save it to file.
|
||||
./ppppcg > pc.svg # to file
|
||||
```
|
||||
|
||||
Add some of your own points.
|
||||
|
||||
```yaml
|
||||
points:
|
||||
- {name: "???", x: 50, y: 450}
|
||||
- {name: moar, x: 50, y: 450}
|
||||
# and so on ...
|
||||
```
|
||||
|
||||
The `(0, 0)` coordinates are the top leftmost corner of the canvas.
|
||||
|
||||
👋
|
||||
|
||||
## License
|
||||
|
Reference in New Issue
Block a user