A custom Gutenberg block for searching and displaying GIFs from Giphy.com in Gutenberg.
Important: Before searching for gifs, please make sure to generate an API key from Giphy and save it under the Giphy API Key setting.
Clone the repository
git clone git@github.com:asharirfan/wp-giphy-block.git
Install npm packages of the plugin
cd wp-giphy-block && npm install
To watch for changes
npm run watch
To build your changes
npm run build