@canvacord/gif
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@canvacord/gif", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "GIF decoder/encoder for Canvacord", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -59,4 +59,4 @@ # @canvacord/gif | ||
const frame = new Encoder(rawFrames[i]).encode(); | ||
frame.pipe(createWriteStream(`./frame_${i}.png`)); | ||
frame.pipe(createWriteStream(`./frame_${i}.gif`)); | ||
} | ||
``` |
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