Text to QR Code Generator
Generate a colourful QR code by providing the text data at the url.
Github Repo : https://github.com/marktennyson/text-to-qr
How to use this:
1. go for the url : https://textqr.vercel.app/api/qr
2. now add the available query params to get the exact QR Code.
3. text: Add this param to provide the text data into the QR Code.
Example:https://textqr.vercel.app/api/qr?text=this is text
4. size: To change the size of the qr code.
Example:https://textqr.vercel.app/api/qr?text=this is text&size=512
5. colour: To change the foreground colour.
Example:https://textqr.vercel.app/api/qr?text=this is text&size=512&colour=19549C
6. bg_colour: To change the background colour.
Example:https://textqr.vercel.app/api/qr?text=this is text&size=512&colour=19549C&bg_colour=9C2519