Skip to content

zainali99/bit

Repository files navigation

image

bit

bit is a javascript image uploader

What is bit ?

bit is a mini javascript library that allows you to control the process of uploading and viewing images in a web-app

TODO before first release 1.0

  • Use web-worker for reading files.
  • basic validation hook
  • improve i18n system
  • read large file faster without crashing browser

current features:

  • drag/drop files
  • add additional data (object) to each file to send later with ajax requests.
  • implemented basic i18n support
  • basic XHR upload func
  • Emit basic hooks: getFiles, etc

TODO before the next major release:

  • Basic system of plugins

Documentation

TODO

Commands available

run test with:

yarn test

launch static server with serve

yarn serve

test uploading file with express server

yarn start

used in euroingro.com