From 5144059785e6ca6956e58ff588567b62c2655779 Mon Sep 17 00:00:00 2001 From: Bung Date: Tue, 21 Jul 2020 07:50:11 +0800 Subject: [PATCH] Added package zopflipng (#1567) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d3ac781..36f0696 100644 --- a/packages.json +++ b/packages.json @@ -18795,5 +18795,19 @@ "description": "Immature Newsgroup NNTP server using SQLite as backend", "license": "GPL-3.0", "web": "https://github.com/mildred/nimnews" + }, + { + "name": "zopflipng", + "url": "https://github.com/bung87/zopflipng", + "method": "git", + "tags": [ + "image", + "processing", + "png", + "optimization" + ], + "description": "zopflipng-like png optimization", + "license": "MIT", + "web": "https://github.com/bung87/zopflipng" } ]