Elm-Canvas / elm-canvas

Making the canvas API accessible within Elm
BSD 3-Clause "New" or "Revised" License
63 stars 14 forks source link

toDataUrl union type to represent encoding #66

Open Chadtech opened 6 years ago

Chadtech commented 6 years ago

toDataUrl takes a string and a float, but the string and float represent the encoding, and the quality level. Some encodings dont have quality levels. Maybe..

type Encoding
    | Png
    | Jpeg Float