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

Commit

Permalink
Merge pull request #483 from no23reason/soft-deprecate
Browse files Browse the repository at this point in the history
feat: add deprecation notice
  • Loading branch information
no23reason authored May 2, 2021
2 parents 2eff5ad + 08efe1d commit 37cd9ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 37cd9ea

Please sign in to comment.