Skip to content

Commit

Permalink
[OV JS] Add note about usage in development of Electron applications (#…
Browse files Browse the repository at this point in the history
…25475)

### Details:
- Extend readme of `openvino-node` package by note about usage in
Electron application

### Tickets:
 - 144938

---------

Co-authored-by: Sebastian Golebiewski <[email protected]>
  • Loading branch information
vishniakov-nikolai and sgolebiewski-intel authored Jul 10, 2024
1 parent b578f4a commit b75b040
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bindings/js/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Use the **openvino-node** package:
const { addon: ov } = require('openvino-node');
```

## Usage in Electron applications

To use the package in development of Electron applications on Windows, make sure that
**Desktop development with C++** component from
[Build Tools for Visual Studio](https://aka.ms/vs/17/release/vs_BuildTools.exe) is installed.

## Build From Sources

For more details, refer to the [OpenVINO™ JavaScript API Developer Documentation](https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/docs/README.md#openvino-node-package-developer-documentation)
Expand Down

0 comments on commit b75b040

Please sign in to comment.