@spartacus-easy/three-d-model-viewer
v2211.20.2
Published
## Description Spartacus library 3D model viewer.
Downloads
8
Keywords
Readme
@spartacus-easy/three-d-model-viewer
Description
Spartacus library 3D model viewer.
How to Install
The library can be installed in the Spartacus project with the following command:
yarn add @spartacus-easy/three-d-model-viewer
How to Use
The library can be included in the Spartacus project as follow:
import { ThreeDModelViewerModule } from "@spartacus-easy/three-d-model-viewer";
@NgModule({
imports: [
...
ThreeDModelViewerModule
],
})