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:
BIN
parsers/what3words/icons/what3words.png
Normal file
BIN
parsers/what3words/icons/what3words.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 B |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-what3words",
|
||||
"version" : "0.1.8",
|
||||
"version" : "0.1.9",
|
||||
"description" : "A Node-RED node to convert locations to/from what3words",
|
||||
"dependencies" : {
|
||||
"geo.what3words" : "^2.0.0"
|
||||
|
@@ -56,7 +56,7 @@
|
||||
color:"#DEBD5C",
|
||||
inputs:1,
|
||||
outputs:1,
|
||||
icon: "arrow-in.png",
|
||||
icon: "what3words.png",
|
||||
label: function() {
|
||||
return this.name||"what3words";
|
||||
},
|
||||
|
Reference in New Issue
Block a user