liveimg
v1.0.6
Published
live img is soultion for image hosting for free of cost and super fast . can host unlimited images. and its verry secure.
Downloads
4
Readme
const uploadImg = require("liveimg");
var data = await uploadImg({
username: YOUT_GITHUB_USERNAME,
repo: YOUR_REPO_NAME,
token: GITHUB_ACCESS_TOKEN,
content: IMAGE_DATA_BASE64,
});
console.log(data);