videoTrimModal
videoTrimModal is lightweight JavaScript modal for trimming videos.
- No dependencies
- All modern browsers are supported
License
videoTrimModal is licensed WTFPL. You can use it for free and without any attribution, in any personal or commercial project. You may also fork the project and re-release it under another license you prefer.
(package)
npmnpm install video-trim-modal --save
How to use
Download the distribution/videoTrimModal.js or distribution/videoTrimModal.min.js (for smaller buy ugly looking code) and include the script in your code which ever way you like then use as following
var modal = document; videoTrimModal;
Browserify
You can use it in this way:
var videoTrimModal = ; var modal = document; videoTrimModal;
Browser support
All major browsers are supported.