Generate images like those at http://koaning.io/fluctuating-repetition.html
Download and run cargo build
.
``` Usage: fluxer OUTPUT [options]
Options: --height HEIGHT height of the output image in pixels. Defaults to 1080 --width WIDTH width of the output image in pixels. Defaults to 1920 --density DENSITY density of points in final image. Defaults to 0.1 -i, --invert inverts colors of the final image. Defaults to false -h, --help print this help menu ```