mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Prebuilt module for commit 702ab748a2
This commit is contained in:
parent
579179a517
commit
0145400ca1
6 changed files with 6 additions and 6 deletions
2
dist/docs/assets/js/paper.js
vendored
2
dist/docs/assets/js/paper.js
vendored
|
@ -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
2
dist/node/extend.js
vendored
|
@ -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
2
dist/paper-core.js
vendored
|
@ -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-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -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
2
dist/paper-full.js
vendored
|
@ -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.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -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
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue