Docs: correct typo in composite

This commit is contained in:
Lovell Fuller
2020-05-13 15:56:44 +01:00
parent 86acf2460e
commit b534f99870
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ const blend = {
* });
*
* @param {Object[]} images - Ordered list of images to composite
* @param {Buffer|String} [images[].input] - Buffer containing image data, String containing the path to an image file, or Create object (see bellow)
* @param {Buffer|String} [images[].input] - Buffer containing image data, String containing the path to an image file, or Create object (see below)
* @param {Object} [images[].input.create] - describes a blank overlay to be created.
* @param {Number} [images[].input.create.width]
* @param {Number} [images[].input.create.height]