From 6d61f9337c69ed9d9cf37029aa090bf9d989d7ad Mon Sep 17 00:00:00 2001 From: saurabhsalunkhe25 <72907955+saurabhsalunkhe25@users.noreply.github.com> Date: Thu, 15 Oct 2020 16:23:07 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f6a8aa7..ef848d8 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ javascript-jpeg-encoder JPEG encoder ported to JavaScript and optimized by Andreas Ritter, www.bytestrom.eu, 11/2009. His site went offline a while ago but I still had a local copy and thought it should stay public for the world's benefit. + +This is a demonstration purpose project and can be implemented in real life scenarios. +Thanks and regards.