data Style : Type
Fill : Color -> Style
Stroke : Color -> Style
LineWidth : Double -> Style
apply : CanvasRenderingContext2D -> Style -> JSIO ()