@footgun/cobalt 0.1.1 → 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
@@ -2,7 +2,7 @@
2
2
 
3
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