Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhmushan/gif-generator
:beers: 自定义 gif 表情包字幕
https://github.com/zhmushan/gif-generator
angular pwa typescript
Last synced: 2 months ago
JSON representation
:beers: 自定义 gif 表情包字幕
- Host: GitHub
- URL: https://github.com/zhmushan/gif-generator
- Owner: zhmushan
- License: mit
- Created: 2018-05-10T13:40:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T09:47:37.000Z (over 4 years ago)
- Last Synced: 2024-10-04T15:47:01.356Z (3 months ago)
- Topics: angular, pwa, typescript
- Language: TypeScript
- Homepage: https://zhmushan.github.io/gif-generator/
- Size: 7.44 MB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
]
}
```