From 3309f5f7ea48a3b7c007607bcae4c41f13774062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Granstr=C3=B6m?= <5092565+HugoGranstrom@users.noreply.github.com> Date: Wed, 13 Jul 2022 03:35:19 +0200 Subject: [PATCH] add nimiSlides (#2274) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3528302..84b3765 100644 --- a/packages.json +++ b/packages.json @@ -26661,5 +26661,19 @@ "description": "A library with functions to fetch weather data from wttr.in", "license": "GPL-3.0-or-later", "web": "https://github.com/Infinitybeond1/wttrin" + }, + { + "name": "nimiSlides", + "url": "https://github.com/HugoGranstrom/nimib-reveal/", + "method": "git", + "tags": [ + "presentation", + "slideshow", + "nimib", + "reveal" + ], + "description": "Create Reveal.js slideshows in Nim", + "license": "MIT", + "web": "https://github.com/HugoGranstrom/nimib-reveal/" } ]