@aaqu/node-red-aaqu-pdf 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@
17
17
  },
18
18
  inputs: 1,
19
19
  outputs: 1,
20
- icon: "file.svg",
20
+ icon: "font-awesome/fa-file-pdf-o",
21
21
  paletteLabel: "pdf add page",
22
22
  label: function () {
23
23
  return this.name || "pdf add page";
@@ -7,7 +7,7 @@
7
7
  },
8
8
  inputs: 1,
9
9
  outputs: 1,
10
- icon: "file.svg",
10
+ icon: "font-awesome/fa-file-pdf-o",
11
11
  paletteLabel: "pdf create",
12
12
  label: function () {
13
13
  return this.name || "pdf create";
@@ -29,7 +29,7 @@
29
29
  },
30
30
  inputs: 1,
31
31
  outputs: 1,
32
- icon: "file.svg",
32
+ icon: "font-awesome/fa-file-pdf-o",
33
33
  paletteLabel: "pdf draw text",
34
34
  label: function () {
35
35
  return this.name || "pdf draw text";
@@ -8,7 +8,7 @@
8
8
  },
9
9
  inputs: 1,
10
10
  outputs: 1,
11
- icon: "file.svg",
11
+ icon: "font-awesome/fa-file-pdf-o",
12
12
  paletteLabel: "pdf get page",
13
13
  label: function () {
14
14
  return this.name || "pdf get page";
@@ -7,7 +7,7 @@
7
7
  },
8
8
  inputs: 1,
9
9
  outputs: 1,
10
- icon: "file.svg",
10
+ icon: "font-awesome/fa-file-pdf-o",
11
11
  paletteLabel: "pdf save",
12
12
  label: function () {
13
13
  return this.name || "pdf save";
@@ -8,7 +8,7 @@
8
8
  },
9
9
  inputs: 1,
10
10
  outputs: 1,
11
- icon: "file.svg",
11
+ icon: "font-awesome/fa-file-pdf-o",
12
12
  paletteLabel: "pdf to img",
13
13
  label: function () {
14
14
  return this.name || "pdf to img";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaqu/node-red-aaqu-pdf",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "node-red pdf creator",
5
5
  "scripts": {
6
6
  "node-red": "node-red"