UNPKG

persistent-image-url

Version:

A lightweight Node.js library for persisting image URLs using the [imgbb.com](https://imgbb.com/) or [sm.ms](https://sm.ms/) API. This library allows you to upload images from temporary URLs and get back persistent URLs that can be used to access the imag

2 lines (1 loc) 96 B
export declare function uploadImageToSmms(imageBase64: string, token: string): Promise<string>;