[ci skip] reorganize jscapture into src and dest and add gitignore

This commit is contained in:
l1npengtul
2021-08-25 01:02:21 +09:00
parent 4e68514d80
commit fee903c9eb
5 changed files with 8 additions and 9 deletions
+2
View File
@@ -0,0 +1,2 @@
node_modules/
package-lock.json
+6 -3
View File
@@ -10,8 +10,11 @@
"author": "l1npengtul",
"license": "MPL-2.0",
"dependencies": {
"webpack": "^4.6.0",
"webpack-serve": "^1.0.4",
"nokhwa": "file:../../nokhwajs"
"nokhwa": "file:../../nokhwajs",
"webpack-serve": "^1.0.4"
},
"devDependencies": {
"webpack": "^4.46.0",
"webpack-cli": "^4.8.0"
}
}
@@ -1,15 +1,9 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
</head>
<body>
<h1>nokhwa js capture wasm test</h1>
View File