1.0.3 • Published 2 years ago

filepond-plugin-validate-video-length v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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!

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago