old man yells at
v0.1.1
使用这个工具让安倍辛普森对东西大喊大叫!
这是改进 Slack 表情符号游戏的完美工具包。
查看存储库以获取一些预先烘焙的大喊大叫!有超过 500 种叫喊可供选择!
访问 oncilla.github.io/old-man-yells-at/,让 Abe 在浏览器中舒适地大喊大叫!所有代码都在您的浏览器中本地执行,并且图像不会离开您的计算机。
我们在 GitHub 版本上提供静态构建的 CLI 二进制文件。从资产中下载适合您的平台的捆绑包并在本地运行。
如果您安装了 Go 工具链,您还可以通过运行以下命令来安装 CLI:
go install github.com/oncilla/old-man-yells-at/cmd/old-man-yells-at@latest
Enjoy Abe yelling at stuff!
Provide an target image and Abe Simpson will yell at.
By default, the resulting image is created in the current working directory
as 'old-man-yells-at-<target-basename>.png'. If Abe should redirect his yelling,
you have the following options:
- <filename>.png: Create image at the specified filename.
- png: Create image at 'old-man-yells-at-<target-basename>.png'.
- hex: Write image hex-encoded to stdout.
- b64: Write image b64-encoded to stdout.
Usage:
old-man-yells-at <target-file> [flags]
old-man-yells-at [command]
Available Commands:
completion Generates shell completion scripts
help Help about any command
version Show the version information
Flags:
-h, --help help for old-man-yells-at
-o, --output string [png, b64, hex, <filename>.png] (default "png")
Use "old-man-yells-at [command] --help" for more information about a command.
辛普森一家
要重新生成 WebAssembly 包,请运行以下命令:
GOOS=js GOARCH=wasm go build -o ./docs/yell-at.wasm ./cmd/wasm/