@footgun/cobalt 0.1.0 → 0.2.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/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ # 0.2.0
2
+ * refactor primitives node: support transforms, stroked and filled paths
3
+ * added CHANGELOG
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Mike Reinstein
3
+ Copyright (c) 2024 Michael Reinstein
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Cobalt
2
2
 
3
- ![A chunk of cobalt](cobalt2.jpeg)
3
+ ![A chunk of cobalt](cobaltx2.png)
4
4
 
5
- An opinionated 2D node graph based on WebGpu, minimizing CPU usage and maximizing frame rate.
5
+ A 2D WebGpu renderer.
6
6
 
7
7
 
8
8
  ## Goals
@@ -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/`.