node-nude
node-nude copied to clipboard
new Canvas() returns error
Error causing line:
new Canvas(this.imageWidth(), this.imageHeight());
Canvas latest version supports code below:
this.canvas = new Canvas.Canvas(this.imageWidth(), this.imageHeight());