https://github.com/flaribbit/gif-wizard
https://github.com/flaribbit/gif-wizard
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaribbit/gif-wizard
- Owner: flaribbit
- Created: 2021-05-31T08:42:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T13:38:06.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T13:26:17.564Z (3 months ago)
- Language: Vue
- Size: 743 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gif-wizard
ffmpeg转gif效果很好,但是敲命令敲烦了,做个界面用着方便。[在线使用](https://flaribbit.github.io/gif-wizard)
### TODO
- [x] 截取时间
- [x] 预览画面
- [ ] 仿色参数
- [ ] 截取画面## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).