922 B
922 B
draw2d
This package (written in go) provides an API to draw 2d vector forms on images. This library is inspired by postscript and HTML5 canvas.
The package depends on freetype-go package for its rasterization algorithm.
Using
Install golang and get draw2d
go get github.com/llgcode/draw2d
and start coding using one of the Samples.