1.0.6 • Published 5 years ago

@webutils/uploader v1.0.6

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

Uploader Window

What is Uploader Window?

Add file upload capabilities to your website or app in just 1 line of JS code!

Supports direct uploading from Facebook, Dropbox, GDrive, via Link, via Image Search, Mic, Camera, Youtube, etc.

You can save files directly to your S3 bucket or your Dropbox spaces account.

In built image editor so users can edit, resize, apply filters to images.

What is this npm module?

Instead of pasting Javascript code in your HTML files, now it is possible to include this Uploader Window npm module in your projects like this:

const UploaderWindow = require('@webutils/uploader');

UploaderWindow('your-api-key').open().then(urls => console.log(urls));