Prebuilt module for commit 702ab748a2

This commit is contained in:
Paper.js Bot 2017-10-05 10:13:49 +00:00
parent 579179a517
commit 0145400ca1
6 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Oct 4 22:39:19 2017 +0200
* Date: Thu Oct 5 12:09:07 2017 +0200
*
***
*

2
dist/node/extend.js vendored
View file

@ -144,7 +144,7 @@ module.exports = function(paper) {
exportImage: function(path, callback) {
this.update();
var out = fs.createWriteStream(path),
format = /\.jp(e?)g$/.test(path) ? 'jpeg' : 'png'
format = /\.jp(e?)g$/.test(path) ? 'jpeg' : 'png',
stream = this._element[format + 'Stream']();
stream.pipe(out);
if (callback) {

2
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Oct 4 22:39:19 2017 +0200
* Date: Thu Oct 5 12:09:07 2017 +0200
*
***
*

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Oct 4 22:39:19 2017 +0200
* Date: Thu Oct 5 12:09:07 2017 +0200
*
***
*

2
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Oct 4 22:39:19 2017 +0200
* Date: Thu Oct 5 12:09:07 2017 +0200
*
***
*

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Oct 4 22:39:19 2017 +0200
* Date: Thu Oct 5 12:09:07 2017 +0200
*
***
*