From abb8acfbe0304254b3f5813d2fad42a4b4a20efd Mon Sep 17 00:00:00 2001 From: karashiiro <49822414+karashiiro@users.noreply.github.com> Date: Sat, 29 May 2021 15:53:08 -0700 Subject: [PATCH] Update documentation --- create-card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-card.js b/create-card.js index b425be1..097492e 100644 --- a/create-card.js +++ b/create-card.js @@ -271,7 +271,7 @@ class CardCreator { * Creates a character card for a character. * @param {number | string} charaId The Lodestone ID of the character to generate a card for. * @param {string | Buffer | null | undefined} customImage Optional parameter providing a custom - * image to be used instead of Lodestone assets. The image should be the same resolution as + * image to be drawn over the character card. The image should be the same resolution as * the default image. The default image size can be retrieved with {@link CardCreator#canvasSize}. * May be a URL, `data: `URI or a local file path or a Buffer instance. * @example