(to-file text file)
(to-file text file opts)
Writes QR code to a file (file parameter may either be String or java.io.File)
Writes QR code to a file (file parameter may either be String or java.io.File)
(to-image text)
(to-image text opts)
Returns QR code as a java.awt.image.BufferedImage suitable for further processing
Returns QR code as a java.awt.image.BufferedImage suitable for further processing
(to-stream text stream)
(to-stream text stream opts)
Writes QR code to a java.io.OutputStream
Writes QR code to a java.io.OutputStream
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close