Skip to content

Instantly share code, notes, and snippets.

View Sean-Wynn's full-sized avatar

Sean Wynn Sean-Wynn

View GitHub Profile
@Sean-Wynn
Sean-Wynn / pic_viewer.cljs
Last active August 29, 2015 14:13
Picture viewer in Om
(ns pic-viewer2.base
(:require [om.core :as om :include-macros true]
[om.dom :as dom :include-macros true]
[dommy.core :refer [insert-after!]])
(:use enchilada :only [canvas ctx])
(:use-macros [dommy.macros :only [sel1 node]]))