Skip to content

Commit

Permalink
fix extensions
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <claytontdm@gmail.com>
  • Loading branch information
ClaytonTDM committed Oct 8, 2024
1 parent f34e112 commit f362476
Showing 1 changed file with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions .github/workflows/gif-to-webp-converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,15 @@ const convertPath = "convert";
const identifyPath = "identify";

const textFileExtensions = [
".txt",
".md",
".json",
".xml",
".js",
".css",
".html",
".htm",
".css",
".js",
".ts",
".jsx",
".tsx",
".vue",
".php",
".py",
".rb",
".java",
".c",
".cpp",
".h",
".cs",
".go",
".rs",
".swift",
".kt",
".kts",
".scala",
".sh",
".bash",
".yaml",
".yml",
".toml",
".ini",
".cfg",
".conf",
".htm",
".txt",
".asp"
];

async function isAnimatedGif(filePath) {
Expand Down

0 comments on commit f362476

Please sign in to comment.