Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Feb 16, 2024
1 parent 08c65bd commit 15f43f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/AnimatedGIF.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { decompressFrames, ParsedFrame, parseGIF } from 'gifuct-js';
import { DOMAdapter, SCALE_MODE, Sprite, Texture, TextureSource, Ticker, UPDATE_PRIORITY } from 'pixi.js';
import { DOMAdapter, SCALE_MODE, Sprite, Texture, Ticker, UPDATE_PRIORITY } from 'pixi.js';

/** Represents a single frame of a GIF. Includes image and timing data. */
interface FrameObject
Expand Down

0 comments on commit 15f43f5

Please sign in to comment.