Like img
is a buffer, you can simply use img.length
, it will give you the size in octets (byte of 8bits)
↧
Answer by Tronix117 for NodeJs get size of variable in bytes
↧
Like img
is a buffer, you can simply use img.length
, it will give you the size in octets (byte of 8bits)