glance/notes.txt
2016-01-05 16:22:29 -08:00

11 lines
225 B
Plaintext

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