UNPKG
camera-serial-utils
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.0
A utility package for camera capture and serial communication using Web Serial API
camera-serial-utils
/
src
/
index.js
2 lines
•
58 B
JavaScript
View Raw
1
2
export
*
from
'./camera.js'
;
export
*
from
'./serial.js'
;