MattKetmo / darkroomjs

Extensible image editing tool in your browser
https://mattketmo.github.io/darkroomjs
MIT License
1.41k stars 406 forks source link

3.x #79

Closed MattKetmo closed 3 years ago

MattKetmo commented 8 years ago

Complete change of the code using ES6 + webpack.

TODO:

(*) perhaps plugins should only focus on feature and not UI (toolbar)

mylastore commented 7 years ago

npm installs darkroom ver 2.0.0 and I get this error "Cannot read property 'extend' of undefined" bower installs ver 2.0.1 and that one works

I am using yarn & gulp for my our project and installs ver 2.0.0 giving me that error "Cannot read property 'extend' of undefined" How can I fixed this please help?