@tachui/viewport 0.8.5-alpha → 0.8.8

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
@@ -22,9 +22,9 @@ The tachUI viewport package provides comprehensive viewport and window managemen
22
22
  ## Installation
23
23
 
24
24
  ```bash
25
- npm install @tachui/core@0.8.0-alpha @tachui/viewport@0.8.0-alpha
25
+ npm install @tachui/core @tachui/viewport
26
26
  # or
27
- pnpm add @tachui/core@0.8.0-alpha @tachui/viewport@0.8.0-alpha
27
+ pnpm add @tachui/core @tachui/viewport
28
28
  ```
29
29
 
30
30
  ## Quick Start