cadviewer 7.0.45 → 7.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
**2)** In your ***src*** or ***public*** folder create the ***[assets/cadviewer](https://cadviewer.com/downloads/cadviewer/assets/assets_cadviewer.zip)*** folder and add the following ***[CADViewer assets](https://cadviewer.com/downloads/cadviewer/assets/assets_cadviewer.zip)*** . The assets can also be found in the /node_modules/cadviewer/dist/assets/ folder after installation.
|
|
8
8
|
|
|
9
|
-
**3** In your project, if you are using typescript, cadviewer.d.ts is in the /node_modules/cadviewer/dist/ folder and is referenced through package.json. The types definitions can also be pulled from DefinitelyTyped: ***npm i @types/cadviewer***.
|
|
9
|
+
**3** In your project, if you are using typescript, ***cadviewer.d.ts*** is in the /node_modules/cadviewer/dist/ folder after instalaltion and is referenced through package.json. The types definitions can also be pulled from DefinitelyTyped: ***npm i @types/cadviewer***.
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
***Note 1:*** For any installation issues, please refer to CADViewer [FAQ](https://cadviewer.com/cadviewertechdocs/faq)
|