wgsl-edit 0.0.10 → 0.0.11

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
@@ -165,4 +165,5 @@ wgsl-edit shader.wgsl --port 3000 --no-open
165
165
  import "wgsl-edit"; // auto-registers element
166
166
  import { WgslEdit } from "wgsl-edit/element"; // class only
167
167
  import { wesl, weslLanguage } from "wgsl-edit/language"; // CodeMirror language
168
+ import "wgsl-edit/bundle"; // pre-bundled, all deps included
168
169
  ```