Skip to content

PicGo-CoreThe ultimate image uploading engine

Integrate image uploading into your build scripts, editors, or any Node.js workflow via CLI or API.

PicGo-Core Logo
bash
# Upload an image via CLI
npx picgo upload /path/to/image.png
js
// Seamlessly integrate into your Node.js workflow
const { PicGo } = require('picgo')
const picgo = new PicGo()

// Upload an image with a single line
picgo.upload(['/path/to/image.png'])

MIT Licensed