yujota / elm-makie / Makie.Image

This module provides API related to Image

Types


type alias Image =
Makie.Types.Data.Image

Annotation type.


type alias Id =
Makie.Types.Data.ImageIdentifier

Image's ID type.

Constructor

id : String -> Id

Construct Id

image : Id -> { name : String, url : String, width : Basics.Int, height : Basics.Int } -> Image

Create image