Jeff Bellsey
Jeff Bellsey
#### User modifications I've monkey-patched the `addImage` routine, also to pick from an internal image list, with our own custom handlers. So I've removed all the blueimp dependencies from my...
Big yes on ES6. All of my projects are bundled with Browserify, and adding Babel to the build process is super-trivial. As long as you avoid features that require a...
Between us, we can make it happen. Shall we start a new repo so we can collaborate on a gulpfile? It doesn't sound like any one person has the time/capacity/skills...
Why not add callback functions to the options object? ``` var options = { addons: { images: { callbacks: { newImage: function(opts) { return {url, width, height, title}; }, //...