UNPKG

imagerot

Version:

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

4 lines (3 loc) 130 B
import { IRotData } from '../../../types'; declare const urlToBuffer: (url: string) => Promise<IRotData>; export { urlToBuffer };