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

included batch to minify the project

Thomas (Dec 13, 2018, 10:32 AM +0100) aaf370e1 bee7826d

+4 -1
+1
.npmignore
··· 1 1 svg.lua 2 2 test.lua 3 + minify.bat 3 4 /lua5.3.4-win64 4 5 .gitignore 5 6 /node_module
+1
README.md
··· 45 45 ### minified version 46 46 47 47 `svg-min.lua` generated with [luamin](https://github.com/mathiasbynens/luamin) *(Require NodeJS)* 48 + If you installed luamin, you can use the script `minify.bat` included to minify the file `svg.lua` to `svg-min.lua` 48 49 49 50 ## Documentation 50 51
+1
minify.bat
··· 1 + luamin -f svg.lua > lua-min.lua
+1 -1
package.json
··· 1 1 { 2 2 "name": "svg-lua", 3 - "version": "0.6.5", 3 + "version": "0.6.6", 4 4 "description": "lua lib to create svg content", 5 5 "main": "svg-min.lua", 6 6 "repository": {