An open API service indexing awesome lists of open source software.

https://github.com/flaribbit/gif-wizard


https://github.com/flaribbit/gif-wizard

Last synced: 15 days ago
JSON representation

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/).