@lineandvertexsoftware/renderer-webgpu 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,21 +1,21 @@
1
- # @vertexa-chart/renderer-webgpu
1
+ # @lineandvertexsoftware/renderer-webgpu
2
2
 
3
3
  WebGPU rendering engine used by Vertexa Chart.
4
4
 
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install @vertexa-chart/renderer-webgpu
8
+ npm install @lineandvertexsoftware/renderer-webgpu
9
9
  ```
10
10
 
11
11
  ## Usage
12
12
 
13
13
  ```ts
14
- import { WebGPURenderer } from "@vertexa-chart/renderer-webgpu";
14
+ import { WebGPURenderer } from "@lineandvertexsoftware/renderer-webgpu";
15
15
  ```
16
16
 
17
17
  This package is primarily intended as an internal rendering module for
18
- `@vertexa-chart/vertexa-chart-core`.
18
+ `@lineandvertexsoftware/vertexa-chart`.
19
19
 
20
20
  For full docs and examples, see:
21
21
  [https://github.com/LineandVertexSoftware/vertexa-chart/blob/main/README.md](https://github.com/LineandVertexSoftware/vertexa-chart/blob/main/README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lineandvertexsoftware/renderer-webgpu",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "WebGPU rendering engine for high-performance visualization",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",