add some icon love to extra parser nodes

base64, msgpack, geohash and what3words
This commit is contained in:
Dave Conway-Jones
2018-02-08 15:52:30 +00:00
parent 559edcf0f8
commit 3b20b804ae
12 changed files with 13 additions and 23 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

View File

@@ -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"

View File

@@ -56,7 +56,7 @@
color:"#DEBD5C",
inputs:1,
outputs:1,
icon: "arrow-in.png",
icon: "what3words.png",
label: function() {
return this.name||"what3words";
},