From 6609bbd4cdfbab92aa61dc4983a3a98119f46adb Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Thu, 24 Mar 2022 14:43:43 +0100
Subject: [PATCH] Adding ref to browser-image-compression library docs

---
 src/components/ObservationIllustration.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/ObservationIllustration.vue b/src/components/ObservationIllustration.vue
index 69a5d85..a1f7589 100644
--- a/src/components/ObservationIllustration.vue
+++ b/src/components/ObservationIllustration.vue
@@ -70,6 +70,7 @@ export default {
 			const base64Response = await fetch(this.imageBase64Data);
 			const imageBlob = await base64Response.blob();
 			//console.info(imageBlob);
+			// https://github.com/Donaldcwl/browser-image-compression
 			const blob = await imageCompression(
 						imageBlob,
 						{
-- 
GitLab