UNPKG

next-video

Version:

A React component for adding video to your Next.js application. It extends both the video element and your Next app with features for automatic video optimization.

5 lines (4 loc) 233 B
import { videoHandler, callHandler } from './video-handler.js'; import { NextVideo } from './setup-next-video.js'; import { withNextVideo } from './with-next-video.js'; export { videoHandler, callHandler, NextVideo, withNextVideo };