Build: add vendored panel detection libraries

Add pre-built panel detection libraries to vendor directory.
These are copied from node_modules during the build process and
included with the application for panel detection functionality.

Included libraries:
- vendor/opencv/opencv.js - OpenCV.js for image processing
- vendor/tfjs/tf.min.js - TensorFlow.js for ML inference
- vendor/coco-ssd/coco-ssd.min.js - COCO-SSD model for object detection

These files enable the panel mode feature in the reader.
This commit is contained in:
2026-04-13 18:50:13 -04:00
parent 495d73b717
commit fc29b463f4
3 changed files with 114 additions and 0 deletions
+18
View File
File diff suppressed because one or more lines are too long