Add example image to readme.

This commit is contained in:
James Harton 2017-01-12 08:58:06 +13:00
parent 3030368b8e
commit 21022e4cfe

View file

@ -42,4 +42,6 @@ frame
|> Frame.push(circle, RGBA.init(1,0,0,0.5))
|> Frame.push(box, RGBA.init(0,0,1, 0.75))
|> PNG.to_png("example.png")
```
```
![example.png](https://raw.githubusercontent.com/jamesotron/vivid_png.ex/master/example.png)