Update README.md

This commit is contained in:
Michael Fogleman 2016-02-22 21:40:53 -05:00
parent 5af67d1f6f
commit 4e381bbedc

View File

@ -2,7 +2,7 @@
`gg` is a library for rendering 2D graphics in pure Go.
![Separator](http://i.imgur.com/fsUvnPB.png)
![Stars](http://i.imgur.com/CylQIJt.png)
## Installation
@ -143,6 +143,8 @@ LoadPNG(path string) (image.Image, error)
SavePNG(path string, im image.Image) error
```
![Separator](http://i.imgur.com/fsUvnPB.png)
## What's Missing?
If you need any of the features below, I recommend using `cairo` instead. Or