n8n community node that allows the generation & scanning of different barcodes, such as the popular QR code, UPC, EAN & others using Mallabe Barcodes
npm install n8n-nodes-mallabe-barcodesThis is an n8n community node for Mallabe Barcodes.
It allows you to manipulate images using different operations.
For more information, refer to the Mallabe website.
Current supported operations:
- Generate Barcode
- Generate QR Code
- Scan Barcode / QR Code
nvm use to use the correct node version in the node folder.pnpm install in the node folder.pnpm link --global to register as package.pnpm run build whenever you make changes to the node.cd ~/.n8npnpm link --global n8n-nodes-mallabe-barcodes in n8n custom folder.n8n startNote: if you like to watch the development instead of rebuilding every time, use npm run dev.