other dithering algos
Dig the Bayer dithering... if you wanted to offer Atkinson and Floyd-Steinberg I have JS here: https://github.com/meemoo/iframework/blob/gh-pages/src/nodes/image-monochrome-worker.js#L44-L75
Live demo of those: http://app.meemoo.org/#gist/3721129
yeah previously, it would flash an empty page of content regardless of auth state so I put the auth modal as the primary loading state while we validate auth. agreed that we need better display of states but the auth form does show up with a Authenticating... message which is probably not super clear since it's a quick flash.
This happening between page loads feels like something isn't set up properly in the NextJS _app.js file, might take a look and PR that