hyperxify browserify transform for hyperx This module will compile your hyperx template strings down to javascript expressions so that you don't need to send the hyperx library over the wire. example Given some hyperx code: var vdom = require('virtual-dom') var hyperx = require('hyperx') var hx = hyperx(vdom.h) var main = require('main-loop') var loop = main({ times: 0 }, render, vdom) document.qu