A Browser extension that makes it easy to search GIPHY and add a GIF into any GitLab comment box.
Special thanks to N1ck for making gifs-for-github, we take its project with small changes to function for GitLab.
After cloning it, use pnpm as package manager
pnpm installpnpm run watch # Listen to file changes and automatically rebuildWhen developing, you can enable debug mode by setting the DEBUG environment variable:
DEBUG=true npm run buildThis will output helpful logs prefixed with 🎨 when using the extension.
Once built, load it in the browser of your choice with web-ext:
npx web-ext run --target=chromium # Open extension in Chromenpx web-ext run # Open extension in FirefoxOr you can load it manually in Chrome or Firefox.
