From df9880284cb46c23957cc17fffb6066e18e6ba3d Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 26 Mar 2025 21:14:46 +0100 Subject: [PATCH] Move photo implementation to vue component --- showbits-thermal-printer-ui/photo.html | 179 +----------------- showbits-thermal-printer-ui/src/AppPhoto.vue | 185 ++++++++++++++++++- 2 files changed, 184 insertions(+), 180 deletions(-) diff --git a/showbits-thermal-printer-ui/photo.html b/showbits-thermal-printer-ui/photo.html index d85c6c9..5723988 100644 --- a/showbits-thermal-printer-ui/photo.html +++ b/showbits-thermal-printer-ui/photo.html @@ -4,188 +4,11 @@ Instant Photo - - - - - - - -
diff --git a/showbits-thermal-printer-ui/src/AppPhoto.vue b/showbits-thermal-printer-ui/src/AppPhoto.vue index edeaad7..6727867 100644 --- a/showbits-thermal-printer-ui/src/AppPhoto.vue +++ b/showbits-thermal-printer-ui/src/AppPhoto.vue @@ -1,5 +1,186 @@ - + + +