Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Aug 24, 2023
1 parent 15c013f commit 50265c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decode-frames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export function decodeFrames(source: BufferSource, options?: DecodeFramesOptions
for (let x = 0; x < width; x++) {
const colorIndex = colorIndexs[localOffset + x]
if (
disposal === 2
previousDisposal === 2
|| (colorIndex !== transparentIndex)
) {
const index = (globalOffset + x) * 4
Expand Down

1 comment on commit 50265c4

@vercel
Copy link

@vercel vercel bot commented on 50265c4 Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

modern-gif – ./

modern-gif.vercel.app
modern-gif-git-main-qq15725.vercel.app
modern-gif-qq15725.vercel.app

Please sign in to comment.