Skip to content

React Plugin Architecture for Draft.js including Slack-Like Emojis, FB-Like Mentions and Stickers

License

Notifications You must be signed in to change notification settings

grant-davidson/draft-js-plugins

 
 

Repository files navigation

DraftJS Video Plugin

This is a plugin for the draft-js-plugins-editor.

This plugin allows you to copy a video url and paste the Videos to your editor! but default it handles youtube and vimeo, but you can always write your own logic to handle you desired video source see more details at advanced usage.

Getting Started

npm install draft-js-video-plugin --save

Basic Usage:

import createVideoPlugin from 'draft-js-video-plugin';

const videoPlugin = createVideoPlugin();

About

React Plugin Architecture for Draft.js including Slack-Like Emojis, FB-Like Mentions and Stickers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • CSS 2.9%
  • HTML 0.4%