yarn add pictshare
const pictshare = new Pictshare('https://www.pictshare.net/')
const data = await pictshare.geturl('https://i.picsum.photos/id/866/200/300.jpg?hmac=rcadCENKh4rD6MAp6V_ma-AyWv641M4iiOpe1RyFHeI')
- base64 (base64: string)
- geturl (url: string)
- upload (file: Buffer)
- pasetebin (text: string)
- info (hash: string)
- remove
axios
and use node native fetch function.