From 08efe1d813b26c0c64086bc6a69de21ed03d873a Mon Sep 17 00:00:00 2001 From: Dan Homola Date: Sun, 2 May 2021 17:42:34 +0200 Subject: [PATCH] feat: add deprecation notice qrcode.react offers SVG support now and is more feature rich making this package obsolete --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d330e912..75dbd73b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ React component for rendering SVG QR codes +## ⚠️ Deprecation notice ⚠️ + +The more popular and feature rich [`qrcode.react`](https://github.com/zpao/qrcode.react) which was the original inspiration of this package has added SVG support since this package was created. Its SVG is more optimal than the SVG generated by `react-qr-svg` and it also offers some cool features like image embedding. +This makes `react-qr-svg` obsolete and so it has been marked as deprecated. Please use [`qrcode.react`](https://github.com/zpao/qrcode.react) instead. + ## Demo Basic demo can be found at the [demo page](https://no23reason.github.io/react-qr-svg/#/demo).