New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

draft-js-video-plugin

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draft-js-video-plugin

Video Plugin for DraftJS

latest
Source
npmnpm
Version
2.0.2
Version published
Weekly downloads
1.4K
-1.98%
Maintainers
3
Weekly downloads
 
Created
Source

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();

Keywords

editor

FAQs

Package last updated on 21 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts