This plugin adds a PicMo emoji picker to Flex UI 2.x messaging.
This software is to be considered "sample code", a Type B Deliverable, and is delivered "as-is" to the user. Twilio bears no responsibility to support the use or implementation of this software.
This plugin is designed for usage with Flex UI 2.x only.
Make sure you have Node.js as well as npm
installed.
Next, please install the Twilio CLI. If you are using Homebrew on macOS, you can do so by running:
brew tap twilio/brew && brew install twilio
Finally, install the Flex Plugin extension for the Twilio CLI:
twilio plugins:install @twilio-labs/plugin-flex
First, clone the repository and change to its directory:
git clone https://github.com/twilio-professional-services/plugin-emoji-picker.git
cd plugin-emoji-picker
Copy public/appConfig.example.js
to public/appConfig.js
:
cp public/appConfig.example.js public/appConfig.js
Install the dependencies:
npm install
Run the plugin locally:
twilio flex:plugins:start
Run twilio flex:plugins --help
to see all the commands we currently support. For further details on Flex Plugins refer to our documentation on the Twilio Docs page.