@aaqu/node-red-aaqu-pdf 0.1.1 → 0.1.2
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# node-red-
|
|
1
|
+
# @aaqu/node-red-aaqu-pdf
|
|
2
2
|
|
|
3
3
|
A [Node-RED](https://nodered.org/) node for extracting a single page from a PDF document.
|
|
4
4
|
|
|
@@ -20,7 +20,7 @@ This module provides a custom Node-RED node that takes a **PDF buffer** as input
|
|
|
20
20
|
Run the following command inside your Node-RED user directory (typically `~/.node-red`):
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
npm install node-red-
|
|
23
|
+
npm install @aaqu/node-red-aaqu-pdf
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
Then restart Node-RED and the new node will appear in the editor palette.
|