2.0.0 • Published 3 years ago

node-red-contrib-animate-gif v2.0.0

Weekly downloads
32
License
MIT
Repository
github
Last release
3 years ago

node-red-contrib-animate-gif

Node-red node for combining a set of buffers into an animated gif.

Getting Started

Install directly from your NodeRED's Setting Pallete

or

This assumes you have node-red already installed and working, if you need to install node-red see here

$ cd ~/.node-red
$ npm install node-red-contrib-animate-gif

Usage

This package provides a single node, animate-gif, which will be under the "functions" group in the pallete. The node exposes configuration settings for delay between frames, image dimensions, quality, and whether to repeat the loop or not. These settings can be set on the node settings, or on the incoming message.

{
  delay: 500,
  dimensionX: 100,
  dimensionY: 100,
  quality: 20,
  repeat: true,
  payload: [
      Buffer(...)
  ]
}
2.0.0

3 years ago

1.0.9

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago