From 17c5c9722c90bbeb94ffda0ee84ed8c17c6cd36e Mon Sep 17 00:00:00 2001 From: Grave Date: Wed, 10 May 2023 00:07:25 -0400 Subject: [PATCH] Add package nimipdf (#2591) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1e86dd9..cc673c1 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "nimipdf", + "url": "https://github.com/neroist/nimipdf", + "method": "git", + "tags": [ + "nimib", + "pdf", + "wkhtmltopdf", + "nimibex" + ], + "description": "Nim library that adds a PDF backend for nimib", + "license": "MIT", + "web": "https://neroist.github.io/nimipdf/index.pdf" + }, { "name": "nimwkhtmltox", "url": "https://github.com/neroist/nim-wkhtmltox",