Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 335 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 335 Bytes

Pixel Blob

A randomly generated pixel blob in HTML canvas.

Usage

Run lein compile command and open index.html in your browser.

For interactive development run lein cljsbuild auto command. This command will be recompiling cljs to js each time you modify core.cljs and you can see result immediately by refreshing page.