From 3babe1e86fd778687b7a4021ee8f706a49318d3b Mon Sep 17 00:00:00 2001 From: WasabiThumb Date: Tue, 9 Jul 2024 11:38:54 -0400 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e382085..24b7ccf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # EnQR -A lightweight QR encoder for the browser & node loosely based on [zxing](https://github.com/zxing/zxing). +A lightweight QR encoder for the browser & node loosely based on [zxing](https://github.com/zxing/zxing). The browser bundle is about 200KB (compare to [3.6MB](https://www.npmjs.com/package/qreator?activeTab=readme)). + This is strictly a QR encoder & renderer, future updates should consist mainly of bug fixes. [Live Demo](https://jsfiddle.net/5rept9nf/5/) | [GitHub](https://github.com/WasabiThumb/enqr/) | [NPM](https://www.npmjs.com/package/enqr)