UNPKG
imagerot
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
A lightweight, cross-environment image library for applying unique effects via raw image buffers.
imagerot
/
lib
/
helpers
/
removeAlphaChannel
/
index.d.ts
3 lines
(2 loc)
•
116 B
TypeScript
View Raw
1
2
3
declare
const
removeAlphaChannel
:
(
data
:
Uint8Array
) =>
Uint8Array
<
ArrayBufferLike
>;
export
{ removeAlphaChannel };