UNPKG

@cocreate/file

Version:

A versatile, configurable headless file uploader supporting local and server operations. Accessible via a JavaScript API and HTML5 attributes, it provides seamless file reading, writing, and uploading with fallbacks to the standard HTML5 file input API. I

23 lines (20 loc) 714 B
<!DOCTYPE html> <html lang="en"> <head> <title>Video Segmenting | CoCreateJS</title> <!-- CoCreate Favicon --> <link rel="icon" type="image/png" sizes="32x32" href="../assets/favicon.ico" /> <link rel="manifest" href="/manifest.webmanifest" /> </head> <body> <input id="fileInput" type="file" accept="video/mp4" /> <script src="./video-segmenting.js"></script> <!-- <script src="../dist/CoCreate-file.js"></script> --> <!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> --> <!-- <script src="https://CoCreate.app/dist/CoCreate.js"></script> --> </body> </html>