mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
remove msg.defaultFontSize
forgot about it. used for testing
This commit is contained in:
parent
6715ab01c8
commit
87472fa3b1
@ -146,8 +146,6 @@ module.exports = function(RED) {
|
||||
const bufferOutput = getWritableBuffer();
|
||||
pureimage.encodeJPEGToStream(c,bufferOutput.stream,90).then(() => {
|
||||
msg.payload = bufferOutput.getBuffer();
|
||||
msg.defaultFontSize = defaultFontSize;
|
||||
|
||||
node.send(msg);
|
||||
})
|
||||
}).catch(err => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user