UNPKG
romaine
Version:
latest (0.12.0)
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.6
0.5.5
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
React OpenCV Manipulation and Image Narration & Editing
github.com/DanielBailey-web/romaine
romaine
/
dist
/
types
/
CanvasFunctions.d.ts
4 lines
•
260 B
TypeScript
View Raw
1
2
3
4
import
{
ImagePtr
, size }
from
"./openCV"
;
export
type
ShowPreview
=
(
resizeRatio
?:
number
,
source
?:
ImagePtr
,
cleanup
?:
boolean
) =>
void
;
export
type
SetPreviewPaneDimensions
=
(
dims
?: size
) =>
number
|
undefined
;
//# sourceMappingURL=CanvasFunctions.d.ts.map