From 2290ca4bb9981b0b77b6c91f32615ba335cd8f34 Mon Sep 17 00:00:00 2001 From: duckietm Date: Mon, 29 Apr 2024 09:53:47 +0200 Subject: [PATCH] adding example config --- index.html | 7 +- package.json | 84 +- public/renderer-config-example.json | 586 +++++ public/renderer-config.json | 112 - public/ui-config-example.json | 1343 ++++++++++++ public/ui-config.json | 1531 ------------- yarn.lock | 3088 +++++++++++++++++++++++++++ 7 files changed, 5061 insertions(+), 1690 deletions(-) create mode 100644 public/renderer-config-example.json delete mode 100644 public/renderer-config.json create mode 100644 public/ui-config-example.json delete mode 100644 public/ui-config.json create mode 100644 yarn.lock diff --git a/index.html b/index.html index 544fa62..b42aa1d 100644 --- a/index.html +++ b/index.html @@ -9,14 +9,14 @@ - - + + - Nitro + Camwijs @@ -24,7 +24,6 @@