From caad194462cf5d89ace753cb403ca7c516b5596a Mon Sep 17 00:00:00 2001 From: Laurent Le Goff Date: Fri, 11 Sep 2015 10:11:40 +0200 Subject: [PATCH] Create README.md --- draw2dimg/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 draw2dimg/README.md diff --git a/draw2dimg/README.md b/draw2dimg/README.md new file mode 100644 index 0000000..5798d53 --- /dev/null +++ b/draw2dimg/README.md @@ -0,0 +1,8 @@ +draw2d/draw2dimg +================= + +[![Coverage](http://gocover.io/_badge/github.com/llgcode/draw2d/draw2dimg?0)](http://gocover.io/github.com/llgcode/draw2d/draw2dimg) +[![GoDoc](https://godoc.org/github.com/llgcode/draw2d/draw2dimg?status.svg)](https://godoc.org/github.com/llgcode/draw2d/draw2dimg) + + +draw2d implementation that generates raster images using https://github.com/golang/freetype package.