gif-frames
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -47,3 +47,3 @@ var path = require('path'); | ||
reject(new Error('"url" option is required.')); | ||
return; | ||
return promise; | ||
} | ||
@@ -53,3 +53,3 @@ var frames = options.frames; | ||
reject(new Error('"frames" option is required.')); | ||
return; | ||
return promise; | ||
} | ||
@@ -56,0 +56,0 @@ var outputType = options.outputType || 'jpg'; |
{ | ||
"name": "gif-frames", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Pure JavaScript tool for extracting GIF frames and saving to file", | ||
@@ -5,0 +5,0 @@ "main": "gif-frames.js", |
@@ -5,2 +5,4 @@ # gif-frames | ||
[![NPM](https://nodei.co/npm/gif-frames.png)](https://npmjs.org/package/gif-frames) | ||
## Install | ||
@@ -7,0 +9,0 @@ |
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
6568
85