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
- Host: GitHub
- URL: https://github.com/klemola/monogram
- Owner: klemola
- Archived: true
- Created: 2017-04-26T16:39:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T11:27:00.000Z (about 8 years ago)
- Last Synced: 2025-02-09T16:09:59.232Z (3 months ago)
- Topics: elm, monogram, server-side-rendering, svg
- Language: Elm
- Size: 43 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.