elm-examples icon indicating copy to clipboard operation
elm-examples copied to clipboard

Wish: elm-bot-lines SVG as a Service using Github Gist

Open benoror opened this issue 8 years ago • 1 comments
trafficstars

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:

![Super Diagram](https://ivanceras.github.io/elm-examples/elm-bot-lines/gist/6d99eac924e1f5cde86213fbcd00fc4c)
<img src="https://ivanceras.github.io/elm-examples/elm-bot-lines/gist/6d99eac924e1f5cde86213fbcd00fc4c" />

Would include the resulting SVG:

screen shot 2016-12-19 at 11 30 20

@ivanceras Would you be interested in a service ike this? I am willing to help out 😄

benoror avatar Dec 19 '16 17:12 benoror

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.

ivanceras avatar Dec 20 '16 09:12 ivanceras