Safe Haskell | None |
---|---|
Language | Haskell2010 |
- createSecureQRCode :: ToJSON a => a -> FilePath -> IO ()
- createQRCode :: ToJSON a => a -> FilePath -> IO ()
- byteStringToQR :: ByteString -> FilePath -> IO ()
- byteStringToQRSec :: ByteString -> FilePath -> IO ()
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