Skip to content

Commit

Permalink
feat: Update gif code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Jan 25, 2024
1 parent d0cdb47 commit 826c5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/common/gif/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export class GIFImage {
stream.writeInt16(height);
stream.writeByte(0);

// Compress pixels to stream
compress(this.#pixels, 2, stream);

// GIF terminator
Expand Down

0 comments on commit 826c5aa

Please sign in to comment.