@equinor/videx-3d 5.1.1-beta → 5.1.2-beta
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 +6 -6
- package/dist/main.js +779 -778
- package/dist/types/common/color-ramps.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
[
|
|
1
|
+
[](https://scm-compliance-api.radix.equinor.com/repos/equinor/videx-3d/badge)
|
|
2
|
+

|
|
3
3
|
# Introduction
|
|
4
4
|
The purpose of this library is to help you add 3D visualizations of sub surface data to your web applications. It offers a paradigm for connecting data to React components, utilizing Three js and React Three Fiber.
|
|
5
5
|
|
|
@@ -15,9 +15,9 @@ The library includes a variety of components, both for visualizing and managing
|
|
|
15
15
|
|
|
16
16
|
## Overview
|
|
17
17
|
This library contains multiple exports:
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
18
|
+
- `@equinor/videx-3d` main export containing the components
|
|
19
|
+
- `@equinor/videx-3d/sdk` shared code and declarations
|
|
20
|
+
- `@equinor/videx-3d/generators` generator functions required by the included components
|
|
21
21
|
|
|
22
22
|
### Dependencies
|
|
23
23
|
This library has dependencies to the following libs:
|
|
@@ -28,7 +28,7 @@ This library has dependencies to the following libs:
|
|
|
28
28
|
|
|
29
29
|
## Install
|
|
30
30
|
```
|
|
31
|
-
npm i videx-3d
|
|
31
|
+
npm i @equinor/videx-3d
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
You also need to install the required peer-dependencies.
|