npm install commajs-video
import CommaVideo from "commajs-video";
options = {
...,
plugins: [
...,
{ pClass: CommaVideo }
]
}
commajsInstance.InsertPluginAtSection(CommaVideo.GetName(), { link:"....", mimeType:"video/mp4" });