From 492b71a220ac722995873223d4e3513c7ff60dd8 Mon Sep 17 00:00:00 2001 From: findirfin <89416531+findirfin@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:48:18 -0600 Subject: [PATCH] updated simple meme workflow and added some better styling --- editor.html | 328 ++++------------------------------------------ editor/script.js | 219 +++++++++++++++++++++++++++++++ editor/styles.css | 153 +++++++++++++++++++++ 3 files changed, 397 insertions(+), 303 deletions(-) create mode 100644 editor/script.js create mode 100644 editor/styles.css diff --git a/editor.html b/editor.html index a6f6d92..ee46337 100644 --- a/editor.html +++ b/editor.html @@ -4,338 +4,60 @@