npm install azelf
yarn add azelf
Azelf simply downloads images, optimises them and saves them to your local machine. It's that simple.
const { azelf } = require('azelf')
const path = require('path')
azelf('https://i.imgur.com/0J9Q3Zm.jpg', 'image.jpg', {
quality: 80,
webp: true,
directory: path.join(__dirname, 'images')
})
- Discord server (Coming Soon)
- GitHub discussions
- Bug handler