gif-encoder
Advanced tools
Comparing version 0.7.1 to 0.7.2
# gif-encoder changelog | ||
0.7.2 - Removed accidental length requirement documentation. Fixes #18 | ||
0.7.1 - Fixed supported Node.js versions and Travis CI | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "gif-encoder", | ||
"description": "Streaming GIF encoder", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"homepage": "https://github.com/twolfson/gif-encoder", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -176,3 +176,3 @@ # gif-encoder [![Build status](https://travis-ci.org/twolfson/gif-encoder.png?branch=master)](https://travis-ci.org/twolfson/gif-encoder) | ||
- options `Object` - Optional container for options | ||
- palette `Array` - Array of pixels to use as palette for the frame. It should follow the sequence of `r, g, b, a` and be `4 * height * width` in length. | ||
- palette `Array` - Array of pixels to use as palette for the frame. It should follow the sequence of `r, g, b, a` | ||
- At the moment, this must be used with `options.indexedPixels` | ||
@@ -179,0 +179,0 @@ - indexedPixels `Boolean` - Indicator to treat `imageData` as RGBA values (`false`) or indicies in `palette` (`true`) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76084