@webutils/uploader

1.0.6 • Public • Published

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));

Package Sidebar

Install

npm i @webutils/uploader

Weekly Downloads

2

Version

1.0.6

License

MIT

Unpacked Size

2.79 kB

Total Files

4

Last publish

Collaborators

  • webutils