bimatter-viewer-react 0.0.2 → 0.0.3
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 +1 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@ React viewer for Bimatter `.bmt` model.
|
|
|
5
5
|
All about us you can see on our website [Bimatter](https://bimatter.ru/)
|
|
6
6
|
|
|
7
7
|
Vanila js viewer core: [bimatter-viewer](https://www.npmjs.com/package/bimatter-viewer?activeTab=code)
|
|
8
|
+
|
|
8
9
|
Write your issuse here: [GitHub](https://github.com/rkaeplive/bimatter-viewer/issues)
|
|
9
10
|
|
|
10
11
|
## Create A New React + Vite + TypeScript Project
|
|
@@ -237,11 +238,3 @@ function App() {
|
|
|
237
238
|
);
|
|
238
239
|
}
|
|
239
240
|
```
|
|
240
|
-
|
|
241
|
-
## Publish
|
|
242
|
-
|
|
243
|
-
```bash
|
|
244
|
-
npm run build:lib
|
|
245
|
-
npm pack --dry-run
|
|
246
|
-
npm publish
|
|
247
|
-
```
|