old man yells at
v0.1.1
このツールを使ってエイブ・シンプソンを怒鳴らせましょう!
これは、Slack の絵文字ゲームを改善するのに最適なツールキットです。
事前に焼き付けられた叫び声については、リポジトリをチェックしてください。選べる叫び声は500以上!
oncilla.github.io/old-man-yells-at/ にアクセスして、ブラウザから快適に Abe に怒鳴ってもらいましょう!すべてのコードはブラウザ内でローカルに実行され、画像はマシンの外に送信されません。
CLI の静的に構築されたバイナリを GitHub リリースで提供します。プラットフォームに適切なバンドルをアセットからダウンロードし、ローカルで実行します。
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/