From 573237fe1fcb1b2d954639c3e2d96adadce58ffc Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Sat, 1 Jul 2023 20:16:47 +0700 Subject: [PATCH] fix draw and add new design --- src/App.vue | 44 ++++++++++++++++++++++--- src/components/Canvas.vue | 1 + src/components/Input.vue | 12 +++++-- src/components/Sidebar.vue | 4 --- src/const.ts | 4 +-- src/public/fonts/ttf/MPLUS1p-Light.ttf | Bin 0 -> 1763236 bytes 6 files changed, 52 insertions(+), 13 deletions(-) create mode 100644 src/public/fonts/ttf/MPLUS1p-Light.ttf diff --git a/src/App.vue b/src/App.vue index c7e653f..649b0c8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,11 +27,17 @@ const savePng = async () => {