1.0.1 • Published 9 months ago

@fourwaves/tiptap-extension-video v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@fourwaves/tiptap-extension-video

Introduction

This project is a fork of @tiptap/extension-youtube that has been modified to support both Vimeo and YouTube videos. It works with the Tiptap editor, which is a headless wrapper around ProseMirror – a toolkit for building rich text WYSIWYG editors.

Official Documentation

For general Tiptap usage and setup, please refer to the Tiptap website.

Installation

npm install @fourwaves/tiptap-extension-video

Usage

import { Vimeo, Youtube } from '@fourwaves/tiptap-extension-video';

const editor = new Editor({
  extensions: [Vimeo, Youtube],
});