From b46ee210bcff18ffa2a811b064674c51c29b92bf Mon Sep 17 00:00:00 2001 From: Grave Date: Wed, 26 Apr 2023 22:58:18 -0400 Subject: [PATCH] Add nim-wkhtmltox (#2577) * Add nim-wkhtmltox * Fix * Fix unclosed quotes --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index e3bec57..c8189b3 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,24 @@ [ + { + "name": "nimwkhtmltox", + "url": "https://github.com/neroist/nim-wkhtmltox", + "method": "git", + "tags": [ + "wkhtmltopdf", + "wkhtmltoimage", + "wkhtmltox", + "pdf", + "image", + "html", + "htmltopdf", + "htmltoimage", + "bindings", + "wrapper" + ], + "description": "Nim bindings for wkhtmltox", + "license": "LGPL-3.0-or-later", + "web": "https://github.com/neroist/nim-wkhtmltox" + }, { "name": "youtubescraper", "url": "https://github.com/TaxMachine/youtubescraper",