opencv/doc/js_tutorials/js_assets/webnn-electron/package.json
luz paz 632e07b749 Fix typos in tutorials within docs/
Fix various typos found within tutorial documentation
2022-03-17 16:06:54 -04:00

15 lines
326 B
JSON

{
"name": "image_classification",
"version": "0.0.1",
"description": "An Electron.js example of image_classification using webnn-native",
"main": "main.js",
"author": "WebNN-native Authors",
"license": "Apache-2.0",
"scripts": {
"start": "electron ."
},
"dependencies": {
"electron": "^15.1.2"
}
}