qr-imager-0.1.0.0: Library to generate QR codes from bytestrings and objects

Safe HaskellNone
LanguageHaskell2010

Data.QRCodes

Synopsis

Documentation

createSecureQRCode :: ToJSON a => a -> FilePath -> IO () Source #

Creates a signed QR code from an object that is part of the ToJSON class

createQRCode :: ToJSON a => a -> FilePath -> IO () Source #

Creates a QR code from an object that is part of the ToJSON class

byteStringToQR :: ByteString -> FilePath -> IO () Source #

Creates a QR code from a strict bytestring

byteStringToQRSec :: ByteString -> FilePath -> IO () Source #

Creates a signed QR code from a strict bytestring