Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Nov 6, 2023
1 parent 717947c commit aa5809d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import "./style.css";

interface Emote {
url: string;
str: string;
pos: number;
width: number;
height: number;
}

interface AnimationParams {
Expand All @@ -31,10 +27,6 @@ declare global {

const emote = {
url: "https://cdn.7tv.app/emote/6548b7074789656a7be787e1/4x.webp",
str: "twir",
pos: 10,
width: 112,
height: 112,
};

const buttonKappagen = document.createElement("button");
Expand Down

0 comments on commit aa5809d

Please sign in to comment.