Elm's HTML renderer for the UI module and its backend.
Types that describes and configures the encoding to Elm-compatible HTML.
init : Encoder
Initialized the default encoder with the default settings:
<g></g>
;class="root"
;class="stack"
;unit
means CSS' px
.encode : Encoder -> UI.Backend.Graphics.Graphics msg -> List (Html msg)
Outputs Elm-compatible HTML-structure.
NOTE: To be used once in an entire document since it provides a generic spreadsheet.