Great library, but I came for one thing. If you add an image in the form of "**data: image** / png ....." then you need minor adjustments in ImageLoader if (image.src.indexOf('data:image/') === -1) { image.src += "?" + new Date().getTime(); }