mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 03:24:54 +08:00
toImage don't return image - because async.
This commit is contained in:
@@ -1237,7 +1237,6 @@
|
||||
* @param {Number} [config.quality] jpeg quality. If using an "image/jpeg" mimeType,
|
||||
* you can specify the quality from 0 to 1, where 0 is very poor quality and 1
|
||||
* is very high quality
|
||||
* @returns {Image}
|
||||
* @example
|
||||
* var image = node.toImage({<br>
|
||||
* callback: function(img) {<br>
|
||||
|
Reference in New Issue
Block a user