-
Notifications
You must be signed in to change notification settings - Fork 412
Open
Labels
Description
This plugin looks like it would be pretty cool, but without any documentation, it's basically worthless. I used bower to install it in my project, initialized Darkroom.js on an image and got a "Cannot read property 'extend' of undefined" error on this line in the constructor:
this.options = Darkroom.Utils.extend(options, this.defaults);
Since there is not even any documentation about how Darkroom expects to be installed in a project (e.g. what file(s) to include), I have no way of even telling if I did it correctly. So I uninstalled the plugin and used another one. I look forward to trying this plugin out once there is some documentation.
Reactions are currently unavailable