Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zhmushan/gif-generator

:beers: 自定义 gif 表情包字幕
https://github.com/zhmushan/gif-generator

angular pwa typescript

Last synced: about 6 hours ago
JSON representation

:beers: 自定义 gif 表情包字幕

Awesome Lists containing this project

README

        

[在线使用](http://zhmushan.github.io/gif-generator/)
### 提供自定义 `gif` 表情包功能

### 如果需要增加模板, 请按照以下格式提供 `template.json` 文件, 以及原版 `gif` 图片
```json
{
"name": "name",
"content": [
{
"text": "text",
"startTime": 0,
"endTime": 0
},
{
"text": "text",
"startTime": 0,
"endTime": 0
}
]
}
```