Skip to content

Commit

Permalink
Fix Install failed at the canvas@1.6.0 install script nypublicradio#104
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram Iyer committed Apr 2, 2020
1 parent c1b14f1 commit ebbf7cd
Show file tree
Hide file tree
Showing 3 changed files with 4,727 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audiogram/draw-frames.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function drawFrames(renderer, options, cb) {
canvases = [];

for (var i = 0; i < 10; i++) {
canvases.push(new Canvas(options.width, options.height));
canvases.push(new Canvas.createCanvas(options.width, options.height));
}

for (var i = 0; i < options.numFrames; i++) {
Expand Down
Loading

0 comments on commit ebbf7cd

Please sign in to comment.