UNPKG

imagerot

Version:

A lightweight, cross-environment image library for applying unique effects via raw image buffers.

5 lines (4 loc) 185 B
import { IRotItem } from '../../../types'; type TBufferToBlobHandler = (params: IRotItem) => Promise<string>; declare const bufferToBlob: TBufferToBlobHandler; export { bufferToBlob };