Giphy Block
A custom Gutenberg block for searching and displaying GIFs from Giphy.com in Gutenberg.
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/asharirfan/wp-giphy-block/archive/refs/heads/master.zipA custom Gutenberg block for searching and displaying GIFs from Giphy.com in Gutenberg.

🛠 Global Settings
Important: Before searching for gifs, please make sure to generate an API key from Giphy and save it under the Giphy API Key setting.

👨💻 Development
→ Step 1
Clone the repository
git clone git@github.com:asharirfan/wp-giphy-block.git
→ Step 2
Install npm packages of the plugin
cd wp-giphy-block && npm install
→ Step 3
To watch for changes
npm run watch
→ Step 4
To build your changes
npm run build