Docs: Move buffer link to end of file
This commit is contained in:
parent
4d10b9a31b
commit
29b9fbcc9a
1 changed files with 2 additions and 2 deletions
|
@ -195,8 +195,6 @@ Notice that the returned pointer is a weak pointer to the underlying native
|
||||||
image instead of a copy, so you _must_ ensure that the associated
|
image instead of a copy, so you _must_ ensure that the associated
|
||||||
`nativeImage` instance is kept around.
|
`nativeImage` instance is kept around.
|
||||||
|
|
||||||
[buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer
|
|
||||||
|
|
||||||
#### `image.isEmpty()`
|
#### `image.isEmpty()`
|
||||||
|
|
||||||
Returns `Boolean` - Whether the image is empty.
|
Returns `Boolean` - Whether the image is empty.
|
||||||
|
@ -216,3 +214,5 @@ Marks the image as a template image.
|
||||||
#### `image.isTemplateImage()`
|
#### `image.isTemplateImage()`
|
||||||
|
|
||||||
Returns `Boolean` - Whether the image is a template image.
|
Returns `Boolean` - Whether the image is a template image.
|
||||||
|
|
||||||
|
[buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer
|
||||||
|
|
Loading…
Reference in a new issue