UNPKG

imagerot

Version:

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

3 lines (2 loc) 116 B
declare const removeAlphaChannel: (data: Uint8Array) => Uint8Array<ArrayBufferLike>; export { removeAlphaChannel };