From 682235cbac6061b38a31a435ffca42530443309f Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Sat, 21 Sep 2024 10:57:10 -0500 Subject: [PATCH] Update format --- examples/offscreen-render.html | 28 +++++++++++++--------------- package.json | 2 +- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/examples/offscreen-render.html b/examples/offscreen-render.html index 2c1b088..5f3fc42 100644 --- a/examples/offscreen-render.html +++ b/examples/offscreen-render.html @@ -1,17 +1,15 @@ - + - - - - - - skinview3d / offscreen-render - - - -
- - - - + + + + + skinview3d / offscreen-render + + + +
+ + + diff --git a/package.json b/package.json index 86dbf51..e5abbd4 100644 --- a/package.json +++ b/package.json @@ -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 .",