Kwarrtz / render

A lightweight graphics library for the Elm programming language
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

exposing inner types #10

Open jurStv opened 7 years ago

jurStv commented 7 years ago

Can we get inner types exposed. Like for LineStyle (Flat, Sharp) or for TextStyle (Left, Right) and other. To be able to actually use styledText and styledLine etc functionality

Kwarrtz commented 7 years ago

That functionality is currently exposed through lower-case aliases (e.g. round, bevel, left). Is there something you want to do that these are not enough for?