From 9051ee3c1f1f7515be561b4abdb5a1f91432ec6c Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Fri, 25 Mar 2022 10:46:20 +0100 Subject: [PATCH] More docs reference --- src/components/ObservationIllustration.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ObservationIllustration.vue b/src/components/ObservationIllustration.vue index a1f7589..8424f45 100644 --- a/src/components/ObservationIllustration.vue +++ b/src/components/ObservationIllustration.vue @@ -67,6 +67,7 @@ export default { }, methods: { async compressImage(){ + //https://ionicframework.com/blog/converting-a-base64-string-to-a-blob-in-javascript/ const base64Response = await fetch(this.imageBase64Data); const imageBlob = await base64Response.blob(); //console.info(imageBlob); -- GitLab