Skip to content

balearesg/media-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media Manager Tools

Set of tools to manage media content as an audio player and a media uploader.

Uploader

Reactive Model to manage draggable input creation, files reading and server uploading.

PARAMETERS

  • Specs : { url: "string", params: { project: "string", container: "string", input: {InputAttributes} } }

Uploader Hook

React hook that facilitates media upload to an specific URL.

PARAMETERS

  • Specs : { url: "string", project: "string", container: "string" }

RETURNS

  • uploadFiles: Function to publish files to selected URL. It accepts additional parametres as argument.
  • clearFiles: Function to delete files from input.
  • files: Files on input.
  • fetching: Boolean.
  • button: Button reference to add to HTML Element.
  • drag: Drag reference to add to HTML Element.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.9%
  • SCSS 20.1%