An open API service indexing awesome lists of open source software.

https://github.com/klemola/monogram

Monogram of my initials in Elm
https://github.com/klemola/monogram

elm monogram server-side-rendering svg

Last synced: about 1 month ago
JSON representation

Monogram of my initials in Elm

Awesome Lists containing this project

README

        

# 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"

0. `elm-make Main.elm`

Output: `index.html`.

### Generate static SVG file

0. `npm install`
0. `npm run compile`

Output: `monogram.svg`.

## License

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