[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.

gitter link on Readme.md

Thomas (Mar 7, 2019, 10:32 AM +0100) aa0970d0 3d2e829a

+3 -1
+2
README.md
··· 2 2 3 3 svg lua library *(made for LUA 5.3.4)* 4 4 5 + Come and chat with me on Gitter: [![Gitter](https://badges.gitter.im/svg-lua/community.svg)](https://gitter.im/svg-lua/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) 6 + 5 7 ## Installation 6 8 7 9 You can install the minified version using NPM with NodeJS: `npm i svg-lua`
+1 -1
package.json
··· 1 1 { 2 2 "name": "svg-lua", 3 - "version": "1.0.5", 3 + "version": "1.0.6", 4 4 "description": "lua lib to create svg content", 5 5 "main": "svg-min.lua", 6 6 "repository": {