glance/notes.txt
Robbie Gleichman 95aebaccdc Initial commit
2016-01-04 17:18:42 -08:00

10 lines
219 B
Plaintext

to run:
Using Atom, in a terminal run
stack exec glance-exe -- -l -s app/Main.hs -o circle.svg
or if that does not work
stack build --exec "glance-exe -o circle.svg -w 500"
View circle.svg with svg-preview plug-in.