Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 21, 2024
1 parent b935dab commit 682235c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
28 changes: 13 additions & 15 deletions examples/offscreen-render.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<!DOCTYPE html>
<!doctype html>
<html>

<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>skinview3d / offscreen-render</title>
</head>

<body>
<div id="rendered_imgs"></div>

<script type="module" src="./offscreen-renderer.ts"></script>
</body>

<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>skinview3d / offscreen-render</title>
</head>

<body>
<div id="rendered_imgs"></div>

<script type="module" src="./offscreen-renderer.ts"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:docs": "typedoc src/viewer.ts",
"build:preview": "vite build",
"build": "npm-run-all --parallel build:modules build:bundles build:preview",
"format": "prettier src --write",
"format": "prettier src examples --write",
"test:lint": "eslint --ext .ts src",
"test": "npm run test:lint",
"dev:watch:modules": "tsc -w --preserveWatchOutput --declaration --sourceMap --outDir libs -p .",
Expand Down

0 comments on commit 682235c

Please sign in to comment.