UNPKG

imagerot

Version:

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

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