Browse Source

Fix createFromDataURL return type

Fixes #9469
Samuel Attard 8 years ago
parent
commit
d84ddd7fe4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/api/native-image.md

+ 2 - 0
docs/api/native-image.md

@@ -153,6 +153,8 @@ Creates a new `NativeImage` instance from `buffer`.
 
 * `dataURL` String
 
+Returns `NativeImage`
+
 Creates a new `NativeImage` instance from `dataURL`.
 
 ## Class: NativeImage