My name: Krin Yongvongphaiboon
Simple-Qr allow you to generate Qr code.
Simple Qr is simple to use just like the name of it. There are two main part you need to look at.
- data - string
- path - the file name of you Qr code
- module width - control the size of the image
Standard image
(qr-code "https://github.com/oplS16projects/FP2/pulls/aboutkrin"
"FP2-standard.png") Small image
(qr-code "https://github.com/oplS16projects/FP2/pulls/aboutkrin"
"FP2-small.png" #:module_width 2) Large image
(qr-code "https://github.com/oplS16projects/FP2/pulls/aboutkrin"
"FP2-standard.png" #:module_width 10)) I make three different outputs. Small, standard, and large image file. The default image size for standard version is 5, small is 2, and large is 10.



