Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed May 22, 2024
1 parent a432ed1 commit 91aecbe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 277 deletions.
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webarkit/webarkit-cv",
"version": "0.1.0",
"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",
Expand Down
274 changes: 1 addition & 273 deletions dist/webarkitCV.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webarkit/webarkit-cv",
"version": "0.1.0",
"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",
Expand Down
2 changes: 2 additions & 0 deletions types/build/opencv_js.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export default cv;
declare function cv(cv: any): any;

0 comments on commit 91aecbe

Please sign in to comment.