photo-video-uploader
v0.0.2
Published
Photo and Video Uploader & Get Direct Link.
Downloads
1
Maintainers
Readme
⬇️ Install Package
npm i photo-video-uploader
ℹ️ Example
const { Upload } = require("photo-video-uploader")
const media = await quoted.download() // For Whatsapp Bots
const data = await Upload(media)
console.log(data)
✅ Result
{
nima: {
author: 'Mr Nima',
status: true,
url: 'https://im.gurl.eu.org/file/4567a8e36c60068056848.jpg'
}
}