MCPcopy
hub / github.com/jimp-dev/jimp / toString

Method toString

packages/core/src/index.ts:394–396  ·  view source on GitHub ↗

* Nicely format Jimp object when converted to a string * @returns pretty printed

()

Source from the content-addressed store, hash-verified

392 * @returns pretty printed
393 */
394 toString() {
395 return "[object Jimp]";
396 }
397
398 /** Get the width of the image */
399 get width() {

Callers 11

throwUndefinedCharFunction · 0.80
testImageReadableMatrixFunction · 0.80
fromBitmapMethod · 0.80
getBase64Method · 0.80
index.test.tsFile · 0.80
index.test.tsFile · 0.80
index.test.tsFile · 0.80
index.test.tsFile · 0.80
printFunction · 0.80
parseFontFunction · 0.80
index.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected