You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plugin-print/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,8 @@ Draws a text on a image on a given boundary
59
59
-@param {number} y the y position to start drawing the text
60
60
-@param {string} text the text to draw (string or object with `text`, `alignmentX`, and/or `alignmentY`)
61
61
-@param {number} maxWidth (optional) the boundary width to draw in
62
-
-@param {number} maxHeight (optional) the boundary height to draw in - @param {function(Error, Jimp)} cb (optional) a function to call when the text is written
62
+
-@param {number} maxHeight (optional) the boundary height to draw in
63
+
-@param {function(Error, Jimp)} cb (optional) a function to call when the text is written
0 commit comments