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
/
getPixelOps
/
index.d.ts
9 lines
(8 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
TPixelOp
,
TEffectPoolItem
,
TEffectOptions
}
from
'../../types'
;
type
TTest
=
(
params
: { [key:
string
]: TEffectPoolItem; }
) =>
{ [
key
:
string
]:
TPixelOp
<
TEffectOptions
>; };
declare
const
getPixelOps
:
TTest
;
export
{ getPixelOps };