Utilisez cet outil pour faire crier Abe Simpson !
C'est la boîte à outils parfaite pour améliorer votre jeu d'emojis slack.
Consultez le référentiel pour des cris précuits ! Il y a plus de 500 cris parmi lesquels choisir !
Visitez oncilla.github.io/old-man-yells-at/ et laissez Abe crier dessus dans le confort de votre navigateur ! Tout le code est exécuté localement dans votre navigateur et l'image ne quitte pas votre machine.
Nous fournissons des binaires construits statiquement de la CLI sur nos versions GitHub. Téléchargez le bundle approprié pour votre plate-forme à partir des ressources et exécutez-le localement.
Si la chaîne d'outils Go est installée, vous pouvez également simplement installer la CLI en exécutant la commande suivante :
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.
Les Simpson
Pour régénérer le bundle webassembly, exécutez la commande suivante :
GOOS=js GOARCH=wasm go build -o ./docs/yell-at.wasm ./cmd/wasm/