Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arrowmeiwaracing/58c0379d1a6f8dcee9a336e801efc2a4 to your computer and use it in GitHub Desktop.
Save arrowmeiwaracing/58c0379d1a6f8dcee9a336e801efc2a4 to your computer and use it in GitHub Desktop.
Node-RED Dashboard Template:インライン画像の表示
<div style="height: 320px; width: 240px">returnPicture
<img src="data:image/low;base64,{{msg.payload}}"
width='320'
height='240'
id='img'
alt='getting image'
/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment