Alim Khan
Results
2
comments of
Alim Khan
@MatthewHerbst @cmckni3 @boehlke some help would be appreciated
@islam-kamel can you try this, ``` import axios from 'axios'; export const getImageBuffer= async (url: string) => { const imageResponse = await axios.get(url, { responseType: 'arraybuffer', }); console.log('Image fetched successfully');...