diff --git a/README.md b/README.md index 32e6cb7b0..dedffe126 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ load("/vrma/VRMA_01.vrma"); ## build ```sh -$ npm i -$ npm run dev -$ npm run build +$ yarn install +$ yarn dev +$ yarn build ``` diff --git a/dist/.DS_Store b/dist/.DS_Store new file mode 100644 index 000000000..940e94290 Binary files /dev/null and b/dist/.DS_Store differ diff --git a/dist/css/style.css b/dist/css/style.css index 2f8ce95ea..785f7aa22 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -1,3 +1,8 @@ +div#canvas { + width: 100%; + height: 600px; +} + div#menu { padding: 20px; border-bottom:solid 1px #ccc; diff --git a/dist/img/0.hdr b/dist/img/0.hdr new file mode 100644 index 000000000..74bef49a8 Binary files /dev/null and b/dist/img/0.hdr differ diff --git a/dist/img/1.hdr b/dist/img/1.hdr new file mode 100644 index 000000000..bc15b9a0c Binary files /dev/null and b/dist/img/1.hdr differ diff --git a/dist/index.html b/dist/index.html index 774d439c1..99e68ca8b 100644 --- a/dist/index.html +++ b/dist/index.html @@ -9,9 +9,10 @@
- +