QR Code is a QR Code service, serving QR Code images you want as content on anything.
Just put your image size after our URL and you'll get a QR Code.
Like this https://api.tsldesigns.co.uk/qrcode/TSL+Designs
You can also use it in your code, like this:
<img src="https://api.tsldesigns.co.uk/qrcode/TSL+Designs" />
Hello+World!
Text you wish to use A-z (upper and lowercase), numbers, and most symbols will work just fine.
Note: Spaces become + this must be filled in.
https://api.tsldesigns.co.uk/qrcode/Hello+World!
https://yourwebsitelink.com/image.jpg
To add a link to the QR Code remove the text portion and place '?link=' then your link to create a QR Code with a link embeded.
Example: https://api.tsldesigns.co.uk/qrcode/?link=https://google.com
Width x Height
Height is optional, if no height is specified the image will be a square.
Example: https://api.tsldesigns.co.uk/qrcode/30/TSL+Designs
Note: Size must be the first option in the url.
To change the colour of the QR Code, from the default black.
Colour is represented as hex codes (ffffff is white, 000000 is black) and can be in 000 or 000000 formats
Colour always follows the dimension
https://api.tsldesigns.co.uk/qrcode/20/ffffff/TSL+Designs
not
https://api.tsldesigns.co.uk/qrcode/20/TSL+Designs/ffffff