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