From 52a18c47801932bc6d68187fd24c7fac1fc5f8b5 Mon Sep 17 00:00:00 2001 From: agatemosu Date: Mon, 5 Aug 2024 16:44:53 +0200 Subject: [PATCH] Replace all imports --- index.html | 5 +---- script.js | 5 ++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 3fc4f7c..ec51d48 100644 --- a/index.html +++ b/index.html @@ -10,11 +10,8 @@ - - -
diff --git a/script.js b/script.js index 9d26e43..d224920 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,7 @@ -const hash = location.hash.substring(1); +import Pickr from "https://esm.run/@simonwep/pickr@1.9.1"; +import html2canvas from "https://esm.run/html2canvas@1.4.1"; +import { Sortable } from "https://esm.run/sortablejs@1.15.2"; + const defaultColors = [ "#ff7f7e", "#ffbf7f",