mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-19 15:58:53 +00:00
[ci skip] reorganize jscapture into src and dest and add gitignore
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
node_modules/
|
||||
package-lock.json
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user