src/bindings/js/docs/README.md
openvino-node Package Developer Documentationgit submodule update --init --recursive
mkdir build && cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCPACK_GENERATOR=NPM \
-DENABLE_SYSTEM_TBB=OFF -UTBB* \
-DENABLE_TESTS=OFF \
-DENABLE_SAMPLES=OFF \
-DENABLE_WHEEL=OFF \
-DENABLE_PYTHON=OFF \
-DENABLE_INTEL_GPU=OFF \
-DCMAKE_INSTALL_PREFIX="../src/bindings/js/node/bin" \
..
cmake --build . --config Release --verbose -j4
cmake --install .
cd ../src/bindings/js/node
npm install
npm run test
"openvino-node": "file:*path-to-current-directory*"
const { addon: ov } = require('openvino-node');
OpenVINO™ Node.js Bindings Examples of Usage
Your contributions are welcome! Make sure to read the Contribution Guide to learn how you can get involved.