From 9a6c8c043abf147e13d075426375defe98607413 Mon Sep 17 00:00:00 2001 From: C-NERD <57031035+C-NERD@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:40:55 +0100 Subject: [PATCH] Added package htmlToVdom (#2056) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index cd71d13..823023b 100644 --- a/packages.json +++ b/packages.json @@ -24176,5 +24176,21 @@ "description": "OpenDocument Spreadhseet reader", "license": "MIT", "web": "https://github.com/dariolah/odsreader" + }, + { + "name": "htmlToVdom", + "url": "https://github.com/C-NERD/htmlToVdom", + "method": "git", + "tags": [ + "Karax", + "htmltovdom", + "web", + "js", + "tokarax", + "htmltokarx" + ], + "description": "Karax extension to convert html in string form to embeddable Karax vdom", + "license": "MIT", + "web": "https://github.com/C-NERD/htmlToVdom" } ]