Skip to content

Commit

Permalink
Update docs/api/native-image.md
Browse files Browse the repository at this point in the history
Co-Authored-By: miniak <milan.burda@gmail.com>
  • Loading branch information
nornagon and miniak committed Mar 12, 2019
1 parent df45afd commit db6d05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/native-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ console.log(image)
Returns `NativeImage`

Creates a new `NativeImage` instance from `buffer` that contains the raw bitmap
pixel data returned by `toBitmap()`.
pixel data returned by `toBitmap()`. The specific format is platform-dependent.

### `nativeImage.createFromBuffer(buffer[, options])`

Expand Down

0 comments on commit db6d05a

Please sign in to comment.