0.0.6-beta • Published 2 years ago

opencv-angular v0.0.6-beta

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

OpencvAngular

This Wrapper was created to help angular user to use Opencv library

How to set up

  • If you use vscode in Windows/Linux, just type Ctrl + shift + P and write angular.json

  • If you use using Mac, just type control + shift + P and write angular.json

  • If you use another code editor you can search the file angular.json

  • Now, you need to edit angular.json

Section assets

`"assets": [

          {
            "glob": "**/*",
            "input": "./projects/opencv-angular-lib/assets",
            "output": "/assets/"
          },
          {
            "glob": "**/*",
            "input": "src/assets",
            "output": "/assets/"
          },
          "src/favicon.ico"
        ],`

Section scripts

` "scripts": [

          "./projects/opencv-angular-lib/assets/opencv.js",
          "./projects/opencv-angular-lib/assets/js/utils.js"
        ]`