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
/// [maxWidth] the optional maximum width of the image in characters, defaults to 80
28
-
/// [maxHeight] the optional maximum height of th eimage in characters, defaults to null, so the image is caled linearily
29
-
/// [charSet] the optional charset from darkest to lightest character, defaults to '#@%=+*:-. '
30
-
/// [invert] allows to invert pixels, so that a dark pixel gets a bright characater and vise versa. This is useful when printing bight text on a dark background (console). Defaults to false.
27
+
/// [maxHeight] the optional maximum height of th image in characters, defaults to null, so the image is called linearly
28
+
/// [charset] the optional charset from darkest to lightest character, defaults to '#@%=+*:-. '
29
+
/// [invert] allows to invert pixels, so that a dark pixel gets a bright character and vise versa. This is useful when printing bight text on a dark background (console). Defaults to false.
31
30
/// [fontHeightCompensationFactor] the optional factor between 0 and 1 that is used to adjust the height of the image. Most fonts have a greater height than width, so this factor allows to compensate this. Defaults to 0.6.
/// [maxWidth] the optional maximum width of the image in characters, defaults to 80
11
-
/// [maxHeight] the optional maximum height of the image in characters, defaults to null, so the image is scaled linearily
12
-
/// [charSet] the optional charset from darkest to lightest character, defaults to '#@%=+*:-. '
13
-
/// [invert] allows to invert pixels, so that a dark pixel gets a bright characater and vise versa. This is useful when printing bight text on a dark background (console). Defaults to false.
10
+
/// [maxWidth] the optional maximum width of the image in characters, defaults to `80`
11
+
/// [maxHeight] the optional maximum height of the image in characters, defaults to null, so the image is scaled linearly
12
+
/// [charset] the optional charset from darkest to lightest character, defaults to '#@%=+*:-. '
13
+
/// [invert] allows to invert pixels, so that a dark pixel gets a bright character and vise versa. This is useful when printing bight text on a dark background (console). Defaults to false.
14
14
/// [fontHeightCompensationFactor] the optional factor between 0 and 1 that is used to adjust the height of the image. Most fonts have a greater height than width, so this factor allows to compensate this. Defaults to 0.6.
0 commit comments