diff --git a/packages.json b/packages.json index f09a3be..a589db8 100644 --- a/packages.json +++ b/packages.json @@ -9574,5 +9574,16 @@ "description": "Extensible bit vector integer encoding library", "license": "MIT", "web": "https://github.com/keyme/nim_bitvec" + }, + { + "name": "nimsvg", + "url": "https://github.com/bluenote10/NimSvg", + "method": "git", + "tags": [ + "svg" + ], + "description": "Nim-based DSL allowing to generate SVG files and GIF animations.", + "license": "MIT", + "web": "https://github.com/bluenote10/NimSvg" } ]