Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 08efe1d

Browse files
committed
feat: add deprecation notice
qrcode.react offers SVG support now and is more feature rich making this package obsolete
1 parent 2eff5ad commit 08efe1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
React component for rendering SVG QR codes
66

7+
## ⚠️ Deprecation notice ⚠️
8+
9+
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.
10+
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.
11+
712
## Demo
813

914
Basic demo can be found at the [demo page](https://no23reason.github.io/react-qr-svg/#/demo).

0 commit comments

Comments
 (0)