We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here is the The raw URL data
{-# LANGUAGE OverloadedStrings #-} module Main where import qualified Data.Text.IO as Text.IO import Graphics.Blank main :: IO () main = do blankCanvas 3000 $ \ context -> do url <- Text.IO.readFile "data/dataURL.txt" send context $ do img <- newImage (URL url) drawImage (img,[0,0])