1 Star 0 Fork 0

Sterne Lee / example-worker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 598 Bytes
一键复制 编辑 原始数据 按行查看 历史
李兴广 提交于 2020-07-09 20:58 . 更新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Web Worker 例子</title>
</head>
<body>
<div id="app">
<input type="file" accept="image/png, image/jpeg" name="file" id="file">
</div>
<!-- <script src="./index.ts"></script> -->
<!-- <script src="./dist/main.worker.js"></script> -->
<script src="./dist/index.js"></script>
<!-- <script src="./dist/md5.js"></script> -->
<script src="./dist/gcid.js"></script>
</body>
</html>
TypeScript
1
https://gitee.com/sternelee/example-worker.git
git@gitee.com:sternelee/example-worker.git
sternelee
example-worker
example-worker
master

搜索帮助