graphicsvg
graphicsvg copied to clipboard
Question: which `App` option to embed in `div` & use with Elm ports / Javascript
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!