diff options
| author | Albert Krewinkel <[email protected]> | 2024-01-17 12:18:56 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-04-16 10:23:08 -0700 |
| commit | 9a09c89636e78edaed52276a2b3e00fb7368631b (patch) | |
| tree | f8c1c2fc188b67c31680a426d66b1bd10c1ec746 | |
| parent | 96add8b9cc525c63084ca14647d31f5eaec8171d (diff) | |
T.P.ImageSize: export `ImageSize` datatype
| -rw-r--r-- | src/Text/Pandoc/ImageSize.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/ImageSize.hs b/src/Text/Pandoc/ImageSize.hs index 727be238c..c183d7710 100644 --- a/src/Text/Pandoc/ImageSize.hs +++ b/src/Text/Pandoc/ImageSize.hs @@ -13,6 +13,7 @@ Portability : portable Functions for determining the size of a PNG, JPEG, or GIF image. -} module Text.Pandoc.ImageSize ( ImageType(..) + , ImageSize(..) , imageType , imageSize , sizeInPixels |
