[READ-ONLY] Mirror of https://github.com/thoda-dev/svg-lua. svg lua library
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

Thomas DAGES (Dec 6, 2018, 3:00 PM +0100) 42a66eed 5b2afeec

+8
+8
README.md
··· 1 1 # svg-lua 2 2 svg lua library 3 + 4 + 5 + # usage 6 + ```lua 7 + mon_dessin = svg:create() 8 + mon_dessin:add(mon_dessin:Rect()) 9 + mon_dessin:draw() 10 + ```