8.2.5 • Published 9 months ago

@s0rt/3d-viewer v8.2.5

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

about

Personal three.js based gltf viewer.

development

npm

npm init

three.js

npm install three --save-dev

typescript

npm install typescript --save-dev npm install @types/three --save-dev

./tsconfig.json

{
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "outDir": "./dist/",
    "noImplicitAny": true,
    "module": "es6",
    "moduleResolution": "node",
    "sourceMap": true,
    "target": "es6",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es2017",
      "dom"
    ]
  }
}

webpack

npm install webpack webpack-cli webpack-dev-server --save-dev npm install ts-loader --save-dev

8.2.5

9 months ago

8.2.4

9 months ago

8.2.2

1 year ago

8.1.0

1 year ago

8.2.0

1 year ago

7.4.0

1 year ago

7.3.0

1 year ago

7.2.0

1 year ago

8.0.0

1 year ago

7.0.0

1 year ago

7.0.2

1 year ago

7.1.0

1 year ago

5.2.4

2 years ago

5.2.3

2 years ago

5.2.2

2 years ago

6.0.1

1 year ago

5.2.1

2 years ago

5.2.0

2 years ago

5.1.1

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

4.0.0

2 years ago

2.1.0

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago