项目作者: klemola

项目描述 :
Monogram of my initials in Elm
高级语言: Elm
项目地址: git://github.com/klemola/monogram.git
创建时间: 2017-04-26T16:39:44Z
项目社区:https://github.com/klemola/monogram

开源协议:

下载


Monogram

Just a simple monogram of my initials in Elm.

Thanks to Ilona for the idea, and to Ossi for the mathematics.

I want to try it out!

Sure. You’ll need:

  • elm-make

and optionally for SVG:

  • node
  • npm

Generate HTML “app”

  1. elm-make Main.elm

Output: index.html.

Generate static SVG file

  1. npm install
  2. npm run compile

Output: monogram.svg.

License

I retain the copyright to the design itself. Feel free to use the code as inspiration though.