My app will be a single GraphicsSVG element on a page. However, I need to use ports so I can call to Js for sounds. The graphics will have state with keyboard events, and animated too. Except for the Elm ports bits, I don't need any hand-made html or Js.
Is Widget my only option? Will GraphicsSVG.App or app work? Any other option?
Thanks!
My app will be a single GraphicsSVG element on a page. However, I need to use ports so I can call to Js for sounds. The graphics will have state with keyboard events, and animated too. Except for the Elm ports bits, I don't need any hand-made html or
Js.Is
Widgetmy only option? WillGraphicsSVG.Apporappwork? Any other option?Thanks!