All Projects β†’ elninotech β†’ Uppload

elninotech / Uppload

Licence: mit
πŸ“ JavaScript image uploader and editor, no backend required

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to Uppload

Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (-89.06%)
Mutual labels:  image, widget, file-upload, uploader
Angular File Uploader
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
Stars: ✭ 92 (-94.5%)
Mutual labels:  image, file-upload, uploader
Iro.js
🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats
Stars: ✭ 796 (-52.42%)
Mutual labels:  plugin, widget
Tus Php
πŸš€ A pure PHP server and client for the tus resumable upload protocol v1.0.0
Stars: ✭ 1,048 (-37.36%)
Mutual labels:  file-upload, uploader
Pure Css3 Animated Border
Pure CSS3 animated border for all html element.
Stars: ✭ 63 (-96.23%)
Mutual labels:  plugin, widget
Mediumlightbox
Nice and elegant way to add zooming functionality for images, inspired by medium.com
Stars: ✭ 671 (-59.89%)
Mutual labels:  plugin, image
Vue Progressive Image
Vue progressive image loading plugin
Stars: ✭ 684 (-59.12%)
Mutual labels:  plugin, image
Imageselector
图片选择器, ζ”―ζŒε€šε›Ύι€‰ζ‹©ε’Œε›Ύη‰‡ι’„θ§ˆ
Stars: ✭ 62 (-96.29%)
Mutual labels:  image, widget
Huebee
🐝 1-click color picker
Stars: ✭ 332 (-80.16%)
Mutual labels:  plugin, widget
React Images Uploading
The simple images uploader applied Render Props pattern that allows you to fully control UI component and behaviors.
Stars: ✭ 80 (-95.22%)
Mutual labels:  image, uploader
Summernote Image Attributes
Summernote plugin to edit image attributes
Stars: ✭ 78 (-95.34%)
Mutual labels:  plugin, image
Next Optimized Images
πŸŒ… next-optimized-images automatically optimizes images used in next.js projects (jpeg, png, svg, webp and gif).
Stars: ✭ 1,870 (+11.78%)
Mutual labels:  plugin, image
Chibisafe
Blazing fast file uploader and awesome bunker written in node! πŸš€
Stars: ✭ 657 (-60.73%)
Mutual labels:  file-upload, uploader
Web3modal
A single Web3 / Ethereum provider solution for all Wallets
Stars: ✭ 515 (-69.22%)
Mutual labels:  plugin, widget
Nuxt Optimized Images
πŸŒ…πŸš€ Automatically optimizes images used in Nuxt.js projects (JPEG, PNG, SVG, WebP and GIF).
Stars: ✭ 717 (-57.14%)
Mutual labels:  plugin, image
Dropit
DropIt is a File Uploader built with nodejs, Upload, get a link, and share your files with anyone easily.
Stars: ✭ 367 (-78.06%)
Mutual labels:  file-upload, uploader
Miniflix
Miniflix - A smaller version of Netflix powered by Cloudinary
Stars: ✭ 58 (-96.53%)
Mutual labels:  image, widget
Flutter photo manager
Provide flutter with the ability to manage photos.
Stars: ✭ 294 (-82.43%)
Mutual labels:  plugin, image
Vue File Upload
vue.js ,vue-loader δΈŠδΌ ζ–‡δ»ΆοΌŒvue-file-upload,vueδΈŠδΌ ζ–‡δ»Άη»„δ»Ά
Stars: ✭ 317 (-81.05%)
Mutual labels:  file-upload, uploader
Uploadcare Php
PHP API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
Stars: ✭ 77 (-95.4%)
Mutual labels:  file-upload, uploader

Uppload

Uppload is a better JavaScript image uploader. It's highly customizable with 30+ plugins, completely free and open-source, and can be used with any file uploading backend.

β€œThis might just be the easiest way to let your users upload content to your site β˜οΈβœ¨β€ β€” Product Hunt

Status
Build GitHub Actions Travis CI Azure Pipelines
Dependencies Dependencies Dev dependencies Vulnerabilities FOSSA Status
Documentation Netlify Website status Uptime Type definitions Articles
Community Contributors Code maintainability Codacy grade Product Hunt #1 of the day
Package npm package version npm downloads GitHub Languages semantic-release

View Uppload demo and docs β†’

⭐ Features

Screenshot of Uppload home Screenshot of local service
Screenshot of Unsplash service Screenshot of filter effects
Screenshot of GIPHY service Screenshot of Instagram effects

πŸ›  Getting started

First, install Uppload using your package manager:

npm install uppload

Then, add styles, import Uppload and an uploader along with your language of choice and initialize the class:

import { Uppload, en, xhrUploader } from "uppload";
import "uppload/dist/uppload.css";
import "uppload/dist/themes/light.css";

const profilePicture = new Uppload({
  value: "https://via.placeholder.com/150",
  bind: ".uppload-image",
  call: ".uppload-button",
  lang: en,
  uploader: xhrUploader({
    endpoint: "https://example.com/upload"
  });
});

Finally, choose which services (ways to select a file), effects (ways to manipulate a file), and uploaders (ways to send the file to a server) you want. Then, import these classes and use the Uppload.use() function to create your package:

import { Uppload, en, Local, Unsplash, Crop, Brightness } from "uppload";

profilePicture.use([
  new Local(), // Select file from computer
  new Unsplash("your API key"), // Search and import from Unsplash
  new Crop({ aspectRatio: 16 / 9 }), // Let users crop image to 16:9
  new Brightness() // Let users apply image filters
]);

πŸ’» Usage Docs

View Uppload docs β†’

Uppload 1.x

Uppload v2 is rewritten from the group up in TypeScript. You can view the README of Uppload 1.x, the deprecated version, or the migration guide.

ℹ️ Support

If you need help with using Uppload, check out the Getting started guide and the documentation. If you found a bug or have a feature request, open an issue. If you want to contribute to Uppload, read our Contributing guide.

Your organization can also request a custom build or get professional support. Request a quote for free β†’

πŸ‘₯ Contributors

Uppload is built by El NiΓ±o, a digital development studio in Enschede, the Netherlands, that builds custom web and mobile apps, webstores, and more, backed by 14+ years of experience.

We'd like to thank these wonderful people and teams for contributing (emoji key):


El NiΓ±o

πŸ’Ό πŸ’΅ πŸš‡ πŸ“†

Anand Chowdhary

πŸ› πŸ’» πŸ“–

Teun Lassche

πŸ› πŸ’» πŸ›‘οΈ

Victor

πŸ’» 🌍 πŸ“–

Rick van Gemert

πŸ› πŸ’»

tomtenvoorde

🎨

Matt

πŸ› πŸ’»

Rob

πŸ›

Mihir Chaturvedi

πŸ“–

Kevin Marrec

πŸ“–

Jordan Kniest

🌍

Bram Borggreve

πŸ’» πŸ“¦

Alex Imbrea

πŸ“–

Achim KrΓ€mer

🌍

Nikhil Sahukar

🎨

Rohit Bhatia

πŸ›

Zeke Nierenberg

πŸ› πŸ’»

Brian Teeman

🌍

Dmitry Ivakhnenko

🌍

Orion Lu

🌍

Nisar Hassan Naqvi

πŸ“–

Daan

🌍

SIGMA Technology

πŸ›

Claudio Eyzaguirre

🌍

Netlify

πŸš‡

Cristiano AP

🌍

Richard

πŸ›

MaximusBaton

πŸ›

Quinn (they/them)

πŸ›

This project follows the all-contributors specification. Contributions of any kind welcome!

πŸ“„ License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].