Skip to content

Commit

Permalink
doc: update gif
Browse files Browse the repository at this point in the history
  • Loading branch information
lanly-dev committed Mar 8, 2022
1 parent c732a5b commit ce90374
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
**/*.map
**/*.ts
**/tsconfig.json
dist/ffmpeg.exe
media/emc.svg
media/emc.gif
node_modules/**
package.bk.json
src/**
Expand Down
Binary file modified media/emc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 3 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,7 @@
"group": "emcGroup@1"
}
]
},
"configuration": [
{
"title": "Easy Media Converter",
"properties": {
"emc.gcfUrl": {
"type": "string",
"default": "THE_URL",
"description": "Specify Google Cloud Function URL."
}
}
}
]
}
},
"scripts": {
"vscode:prepublish": "npm run package",
Expand All @@ -98,8 +86,8 @@
"@types/fluent-ffmpeg": "^2.1.20",
"@types/node": "17.x",
"@types/vscode": "^1.65.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.10.0",
"ts-loader": "^9.2.7",
"typescript": "^4.6.2",
Expand Down

0 comments on commit ce90374

Please sign in to comment.