Skip to content

twilio-professional-services/plugin-emoji-picker

Repository files navigation

Emoji Picker Flex Plugin

This plugin adds a PicMo emoji picker to Flex UI 2.x messaging.

Emoji picker demo

Disclaimer

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.

Pre-requisites

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

Installation

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

Development

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.

About

This plugin adds a Picmo emoji picker to Flex UI 2.x messaging.

Resources

Stars

Watchers

Forks