Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 272 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 272 Bytes

DraftJS Extended Video Plugin

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

Usage

import createExtenedVideoPlugin from 'draft-js-extended-video-plugin';
const videoPlugin = createExtenedVideoPlugin(options);
export const plugin = [videoPlugin]