From b7f8aebf52776c7a931fb35bb703a11019c7e519 Mon Sep 17 00:00:00 2001 From: Andrea Pappacoda Date: Thu, 3 Nov 2022 18:15:40 +0100 Subject: [PATCH] html: replace non-free JavaScript functions The unlicensed ConvertRgbToHsl and ConvertHslToColor functions taken from https://gist.github.com/mjackson/5311256 have been replaced with free alternatives taken from https://gist.github.com/vahidk/05184faf3d92a0aa1b46aeaa93b07786 Fixes #81 --- src/microprofile.html | 100 ++++++++++++++++++-------------------- src/microprofilelive.html | 48 +++++++++--------- 2 files changed, 69 insertions(+), 79 deletions(-) diff --git a/src/microprofile.html b/src/microprofile.html index c08764e..48db168 100644 --- a/src/microprofile.html +++ b/src/microprofile.html @@ -100,60 +100,52 @@