fireupload
v7.0.0
Published
fireUpload resizes and returns a firebase download url
Maintainers
Readme
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)
