DaxChen / meteor-darkroomjs

Meteor wrapper for DarkroomJS: Extensible image editing tool
https://atmospherejs.com/clipo/darkroomjs
MIT License
1 stars 0 forks source link

Darkroom canvas is black and error occurs #1

Open timruether opened 8 years ago

timruether commented 8 years ago

Following warning occurs:

'CanvasRenderingContext2D.webkitImageSmoothingEnabled' is deprecated. Please use 'CanvasRenderingContext2D.imageSmoothingEnabled' instead.

This error occurs in frontend:

I just used current example. clipo_darkroomjs.js:10 Uncaught TypeError: Cannot assign to read only property 'callback' of true

Thx for Help