Skip to content

Commit

Permalink
https://github.com/antimatter15/jsgif/pull/34
Browse files Browse the repository at this point in the history
  • Loading branch information
cpp committed May 7, 2022
1 parent bb98764 commit f32af04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jsgif/GIFEncoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GIFEncoder = function() {
var closeStream = false; // close stream when finished
var firstFrame = true;
var sizeSet = false; // if false, get size from first frame
var sample = 10; // default sample interval for quantizer
var sample = 1; // default sample interval for quantizer
var comment = "Generated by jsgif (https://github.com/antimatter15/jsgif/)"; // default comment for generated gif

/**
Expand Down

0 comments on commit f32af04

Please sign in to comment.