Skip to content

Commit

Permalink
use prebuilt canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewberryman committed Jul 25, 2017
1 parent 5706989 commit 4fe28a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const Canvas = require('canvas');
const Canvas = require('canvas-prebuilt');

/**
* Convert text to PNG image.
Expand Down

0 comments on commit 4fe28a0

Please sign in to comment.