UNPKG
compare-image-data
Version:
latest (1.0.1)
1.0.1
1.0.0
A small library to compare ImageData objects.
compare-image-data
/
src
/
index.ts
6 lines
(4 loc)
•
107 B
text/typescript
View Raw
1
2
3
4
5
6
import
isSame
from
"./isSame"
;
import
isSubset
from
"./isSubset"
;
export
{ isSame };
export
{ isSubset };