Skip to content

Commit

Permalink
🔖 v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem committed Feb 7, 2022
1 parent 4908fd3 commit c1546fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ drawitor cat_dancing.gif

## Library

The library is written in a simple functional style.

```python
from drawitor import draw

Expand All @@ -24,6 +26,8 @@ draw("my_img.png")
draw("super_cute_dog.gif")
```

Check the CLI tool [source code](./drawitor/__main__.py) for an usage example.

## Licence

Released under the MIT Licence

0 comments on commit c1546fc

Please sign in to comment.