Prebuilt module for commit 9f249101f0

This commit is contained in:
Paper.js Bot 2020-05-23 12:51:49 +00:00
parent 4d1e5eed44
commit bd4ce1796e
7 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:43:21 2020 +0900
* Date: Sat May 23 14:48:39 2020 +0200
*
***
*

View file

@ -788,7 +788,7 @@ raster.on('load', function() {
<li>
<tt>image:</tt>
<tt>HTMLImageElement</tt><tt>HTMLCanvasElement</tt>
<tt>CanvasImageSource</tt>
</li>

2
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:43:21 2020 +0900
* Date: Sat May 23 14:48:39 2020 +0200
*
***
*

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:43:21 2020 +0900
* Date: Sat May 23 14:48:39 2020 +0200
*
***
*

2
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:43:21 2020 +0900
* Date: Sat May 23 14:48:39 2020 +0200
*
***
*

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:43:21 2020 +0900
* Date: Sat May 23 14:48:39 2020 +0200
*
***
*

4
dist/paper.d.ts vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat May 23 21:43:21 2020 +0900
* Date: Sat May 23 14:48:39 2020 +0200
*
* This is an auto-generated type definition.
*/
@ -5412,7 +5412,7 @@ declare namespace paper {
* @param point - the offset of the image as a point in pixel
* coordinates
*/
drawImage(image: HTMLImageElement | HTMLCanvasElement, point: Point): void
drawImage(image: CanvasImageSource, point: Point): void
/**
* Calculates the average color of the image within the given path,