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
/
effects
/
targeted
/
pixelate
/
node
/
index.d.ts
4 lines
(3 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
import
{
TEffectExport
}
from
'../../../../types'
;
declare
const
pixelate
:
TEffectExport
;
export
{ pixelate };