@zenfg/inspector 0.1.0-beta.4 → 0.1.0
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 +10 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# @zenfg/inspector
|
|
2
2
|
|
|
3
3
|
<!-- generated:badges:start -->
|
|
4
|
-
[](https://www.npmjs.com/package/@zenfg/inspector)
|
|
5
5
|
[](https://uinosoft.github.io/zenfg/docs/api/inspector/)
|
|
6
|
-
[](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0
|
|
6
|
+
[](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0/LICENSE)
|
|
7
7
|
<!-- generated:badges:end -->
|
|
8
8
|
|
|
9
9
|
`@zenfg/inspector` is an embeddable, renderer-independent DOM workbench for
|
|
@@ -17,13 +17,13 @@ retention, and the renderer that produces Snapshot data.
|
|
|
17
17
|
Resource and access statistics describe the declarations captured in the graph.
|
|
18
18
|
They do not automatically scan all shader bindings or measure total GPU memory;
|
|
19
19
|
workload-private buffers can be absent. More explicit declarations can be useful
|
|
20
|
-
for diagnosis. See [Choosing resource declaration granularity](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0
|
|
20
|
+
for diagnosis. See [Choosing resource declaration granularity](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0/docs/core-concepts.md#choosing-resource-declaration-granularity).
|
|
21
21
|
|
|
22
22
|
## Installation
|
|
23
23
|
|
|
24
24
|
<!-- generated:installation:start -->
|
|
25
25
|
```sh
|
|
26
|
-
npm install @zenfg/inspector@0.1.0
|
|
26
|
+
npm install @zenfg/inspector@0.1.0
|
|
27
27
|
```
|
|
28
28
|
<!-- generated:installation:end -->
|
|
29
29
|
|
|
@@ -108,20 +108,20 @@ See the [workbench guide](./GUIDE.md) for views, graph interaction, timing, and
|
|
|
108
108
|
## Further reading
|
|
109
109
|
|
|
110
110
|
- [Hosted Inspector](https://uinosoft.github.io/zenfg/inspector/)
|
|
111
|
-
- [`@zenfg/snapshot`](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0
|
|
112
|
-
- [ZenFG Core concepts](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0
|
|
113
|
-
- [ZenFG documentation index](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0
|
|
111
|
+
- [`@zenfg/snapshot`](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0/packages/snapshot/README.md)
|
|
112
|
+
- [ZenFG Core concepts](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0/docs/core-concepts.md)
|
|
113
|
+
- [ZenFG documentation index](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0/docs/README.md)
|
|
114
114
|
|
|
115
115
|
## Documentation and versions
|
|
116
116
|
|
|
117
117
|
<!-- generated:documentation:start -->
|
|
118
|
-
This README describes **@zenfg/inspector 0.1.0
|
|
118
|
+
This README describes **@zenfg/inspector 0.1.0**. Registry badges show the current published channel, not your installed version.
|
|
119
119
|
|
|
120
120
|
- Exact installed APIs: follow `package.json` → `exports` → `dist/*.d.ts`; declaration maps point to the included `src/`. Only declared export paths are public.
|
|
121
121
|
- [Online guide (development branch)](https://uinosoft.github.io/zenfg/docs/packages/inspector.html). The site may describe changes newer than this package.
|
|
122
122
|
- [TypeScript API (development branch)](https://uinosoft.github.io/zenfg/docs/api/inspector/).
|
|
123
|
-
- [Source and documentation for this release](https://github.com/uinosoft/zenfg/tree/npm/inspector/v0.1.0
|
|
124
|
-
- [Shared concepts for this release](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0
|
|
123
|
+
- [Source and documentation for this release](https://github.com/uinosoft/zenfg/tree/npm/inspector/v0.1.0/packages/inspector).
|
|
124
|
+
- [Shared concepts for this release](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0/docs/core-concepts.md) and [compatibility](https://github.com/uinosoft/zenfg/blob/npm/inspector/v0.1.0/docs/compatibility.md).
|
|
125
125
|
- [Plain Markdown documentation index (development branch)](https://uinosoft.github.io/zenfg/docs/llms.txt).
|
|
126
126
|
- Local guides: [workbench](./GUIDE.md) and [themes](./THEMING.md).
|
|
127
127
|
<!-- generated:documentation:end -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenfg/inspector",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Embeddable Inspector for ZenFG Snapshot files and live captures",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"GUIDE.md"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@zenfg/snapshot": "0.1.0
|
|
30
|
+
"@zenfg/snapshot": "0.1.0",
|
|
31
31
|
"cytoscape": "^3.34.1",
|
|
32
32
|
"elkjs": "^0.12.0"
|
|
33
33
|
},
|