Skip to content

aboutkrin/FP2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Library: Simple-Qr: Qr Code generator

My name: Krin Yongvongphaiboon

About the API

Simple-Qr allow you to generate Qr code.

The 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)) 

alt tag

Output

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.

#Standard alt tag

#Small alt tag

#Large alt tag

About

Exploration 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Racket 100.0%