This plugin is no longer maintained and has been migrated to the customizable Flex Project Template, where it is an optional feature.
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 twilioFinally, install the Flex Plugin extension for the Twilio CLI:
twilio plugins:install @twilio-labs/plugin-flexFirst, clone the repository and change to its directory:
git clone https://github.com/twilio-professional-services/plugin-emoji-picker.git
cd plugin-emoji-pickerCopy public/appConfig.example.js to public/appConfig.js:
cp public/appConfig.example.js public/appConfig.jsInstall the dependencies:
npm installRun the plugin locally:
twilio flex:plugins:startRun 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.
