Monogram of my initials in Elm
Just a simple monogram of my initials in Elm.
Thanks to Ilona for the idea, and to Ossi for the mathematics.
Sure. You’ll need:
elm-make
and optionally for SVG:
node
npm
elm-make Main.elm
Output: index.html
.
npm install
npm run compile
Output: monogram.svg
.
I retain the copyright to the design itself. Feel free to use the code as inspiration though.