elm-canvas icon indicating copy to clipboard operation
elm-canvas copied to clipboard

toDataUrl union type to represent encoding

Open Chadtech opened this issue 7 years ago • 0 comments

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

Chadtech avatar Dec 02 '17 17:12 Chadtech