mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add some icon love to extra parser nodes
base64, msgpack, geohash and what3words
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
},
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "arrow-in.png",
|
||||
icon: "parser-base64.png",
|
||||
label: function() {
|
||||
return this.name||"base64";
|
||||
},
|
||||
|
BIN
parsers/base64/icons/parser-base64.png
Normal file
BIN
parsers/base64/icons/parser-base64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 395 B |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-base64",
|
||||
"version" : "0.1.1",
|
||||
"version" : "0.1.2",
|
||||
"description" : "A Node-RED node to pack and unpack objects to base64 format",
|
||||
"dependencies" : {
|
||||
},
|
||||
|
Reference in New Issue
Block a user