diff options
| author | rxi <rxi@users.noreply.github.com> | 2017-05-21 09:11:43 +0100 |
|---|---|---|
| committer | rxi <rxi@users.noreply.github.com> | 2017-05-21 09:11:43 +0100 |
| commit | d2022569721e044d2d4c6f25fcd313d17549f375 (patch) | |
| tree | d384791af08287c934bc19f3ede0f4d2550d590a | |
| parent | 24755aca565afcc50d071c15aa5af311b6607eba (diff) | |
| download | packages-d2022569721e044d2d4c6f25fcd313d17549f375.tar.gz packages-d2022569721e044d2d4c6f25fcd313d17549f375.zip | |
Added gifwriter library
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 9e7290a..b7d4eb1 100644 --- a/packages.json +++ b/packages.json @@ -6360,5 +6360,18 @@ "description": "API for Web Audio (JS)", "license": "MIT", "web": "https://github.com/ftsf/nim-webaudio" + }, + { + "name": "gifwriter", + "url": "https://github.com/rxi/gifwriter", + "method": "git", + "tags": [ + "gif", + "image", + "library" + ], + "description": "Animated GIF writing library based on jo_gif", + "license": "MIT", + "web": "https://github.com/rxi/gifwriter" } ] |
