Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Oct 21, 2024
1 parent 3291aa2 commit 9376de0
Show file tree
Hide file tree
Showing 14 changed files with 8,811 additions and 3,840 deletions.
10,598 changes: 7,490 additions & 3,108 deletions dist/build/opencv_js.js

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "@webarkit/webarkit-cv",
"version": "0.1.1",
"description": "A nice project based on OpenCV to develop WebAR applications.",
"main": "dist/webarkitCV.js",
"types": "types/src/index.d.ts",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@jest/globals": "^29.7.0",
"@types/uuid": "^9.0.8",
"babel-loader": "^9.1.3",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.13",
"typescript": "^4.9.5",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"worker-loader": "^3.0.8"
},
"scripts": {
"build-ts": "rimraf ./dist && tsc && webpack --mode production",
"dev-ts": "rimraf ./dist && tsc && webpack --mode development --progress --watch",
"docs": "typedoc",
"test": "jest",
"format-check": "prettier --check .",
"format": "prettier --write ."
},
"author": {
"name": "Walter Perdan",
"email": "[email protected]",
"url": "https://www.kalwaltart.com"
},
"repository": {
"type": "git",
"url": "https://github.com/webarkit/webarkit-cv"
},
"homepage": "https://github.com/webarkit/webarkit-cv",
"contributors": [
"Github Contributors (https://github.com/webarkit/webarkit-cv/graphs/contributors)"
],
"bugs": {
"url": "https://github.com/webarkit/webarkit-cv/issues"
},
"license": "LGPL-3.0-or-later",
"dependencies": {
"@babel/runtime": "^7.24.5",
"ts-node": "^10.9.2",
"uuid": "^9.0.1"
}
"name": "@webarkit/webarkit-cv",
"version": "0.1.1",
"description": "A nice project based on OpenCV to develop WebAR applications.",
"main": "dist/webarkitCV.js",
"types": "types/src/index.d.ts",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@jest/globals": "^29.7.0",
"@types/uuid": "^9.0.8",
"babel-loader": "^9.1.3",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.13",
"typescript": "^4.9.5",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"worker-loader": "^3.0.8"
},
"scripts": {
"build-ts": "rimraf ./dist && tsc && webpack --mode production",
"dev-ts": "rimraf ./dist && tsc && webpack --mode development --progress --watch",
"docs": "typedoc",
"test": "jest",
"format-check": "prettier --check .",
"format": "prettier --write ."
},
"author": {
"name": "Walter Perdan",
"email": "[email protected]",
"url": "https://www.kalwaltart.com"
},
"repository": {
"type": "git",
"url": "https://github.com/webarkit/webarkit-cv"
},
"homepage": "https://github.com/webarkit/webarkit-cv",
"contributors": [
"Github Contributors (https://github.com/webarkit/webarkit-cv/graphs/contributors)"
],
"bugs": {
"url": "https://github.com/webarkit/webarkit-cv/issues"
},
"license": "LGPL-3.0-or-later",
"dependencies": {
"@babel/runtime": "^7.24.5",
"ts-node": "^10.9.2",
"uuid": "^9.0.1"
}
}
274 changes: 142 additions & 132 deletions dist/src/WebARKitCV.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9376de0

Please sign in to comment.