7.0.0 • Published 3 years ago
fireupload v7.0.0
fireupload
an npm package for resizing and uploading images to firebase that returns an image url
Requirement
- firebase
How To Install
- npm i fireupload
- npm i firebase
How to use
- import fireUpload from 'fireupload'
- const imageUrl = fireUpload(file, firebaseConfig, width, height)
- console.log(imageUrl)