JoeyEamigh / filepond-plugin-validate-video-length

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Length Validation plugin for FilePond

Filepond Plugin Docs: https://pqina.nl/filepond/docs/patterns/plugins/

NPM Package: https://www.npmjs.com/package/filepond-plugin-validate-video-length

The Video Length Validation plugin handles blocking of files that are of the wrong duration.

Installation:

npm install filepond-plugin-validate-video-length
yarn add filepond-plugin-validate-video-length

Notes:

FilePond Configs:

{
  allowVideoLengthValidation?: boolean;
  maxVideoLength?: number;
  minVideoLength?: number;
}

Might be buggy. Have fun!

About

License:Other


Languages

Language:JavaScript 100.0%