0.1.6 • Published 5 months ago

n8n-nodes-mallabe-images v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Mallabe Logo

n8n-nodes-mallabe-images

This is an n8n community node for Mallabe Images.

It allows you to manipulate images using different operations.

For more information, refer to the Mallabe website.

Current supported operations:

  • Resize Image
  • Compress Image
  • Get Image Metadata
  • Crop Image
  • Rotate Image
  • Flip / Flop Image
  • Greyscale Image
  • Join 2 Images

License

MIT

Development

Running Locally (Summary)

  1. Install n8n globally using https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/
  2. Run nvm use to use the correct node version in the node folder.
  3. Run pnpm install in the node folder.
  4. Run pnpm link --global to register as package.
  5. Run pnpm run build whenever you make changes to the node.
  6. Run cd ~/.n8n
  7. Stop n8n if it was already running.
  8. Run pnpm link --global n8n-nodes-mallabe-images in n8n custom folder.
  9. Run n8n start

Note: if you like to watch the development instead of rebuilding every time, use npm run dev.

0.1.6

5 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago