@footgun/cobalt 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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Cobalt
2
2
 
3
- ![A chunk of cobalt](cobalt2.jpeg)
3
+ ![A chunk of cobalt](cobaltx2.png)
4
4
 
5
5
  An opinionated 2D node graph based on WebGpu, minimizing CPU usage and maximizing frame rate.
6
6
 
@@ -15,4 +15,10 @@ An opinionated 2D node graph based on WebGpu, minimizing CPU usage and maximizin
15
15
  * back-to-front z-indexing
16
16
 
17
17
 
18
+ ## install
19
+
20
+ ```bash
21
+ npm install @footgun/cobalt
22
+ ```
23
+
18
24
  Runnable demos are available in `examples/`.
package/cobaltx2.png ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@footgun/cobalt",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "main": "bundle.js",
6
6
  "description": "An opinionated 2D node graph based on WebGpu",
package/cobalt2.jpeg DELETED
Binary file