elm-examples
elm-examples copied to clipboard
Wish: elm-bot-lines SVG as a Service using Github Gist
I would like to use the elm-bot-lines example in conjunction with GitHub Gist (see example) to include SVG images as HTML markup or Markdown, like:

<img src="https://ivanceras.github.io/elm-examples/elm-bot-lines/gist/6d99eac924e1f5cde86213fbcd00fc4c" />
Would include the resulting SVG:
@ivanceras Would you be interested in a service ike this? I am willing to help out 😄
Hello @benoror this project has been moved out to svgbob - written in elm and svgbobrus - ported to rust. Svgbobrus is the most maintained project and I haven't had spend enough time to play with rust->wasm compilation to let the rust code run in browser. This is the next logical step that I would do if I have the time. If you are more familiar with elm, then you can play around with the elm version of this project.