mogif — 一款在 macOS 上使用字符创建动画 GIF 的命令行工具。
要安装最新版本的 mogif,您可以在此处下载。
Usage: mogif [options]
-c, --characters:
Characters for creating GIF image.
-o, --output:
Path to the output file.
-f, --frameDelay:
Frame Delay. 1 means 1 second, 0.5 means half a second. (Default: 1.0)
-l, --loopCount:
Loop Count. 0 means loop forever. (Default: 0)
-h, --help:
Prints a help message.
$ mogif -c ABC
$ mogif -f 0.5 -c 🙎🙆
$ mogif -f 0.8 -c 😴💤
$ mogif -f 0.3 -c 🌕🌖🌗🌘🌑🌒🌓🌔
$ swift build