wesl-packager 0.6.0-rc4 → 0.6.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.
Files changed (3) hide show
  1. package/README.md +9 -0
  2. package/bin/wesl-packager +3482 -6611
  3. package/package.json +15 -4
package/README.md CHANGED
@@ -10,3 +10,12 @@ from sources in the `src/shaders` directory.
10
10
  ```sh
11
11
  npx wesl-packager --rootDir src/shaders --outDir dist
12
12
  ```
13
+
14
+ ### Development
15
+
16
+ The `PackageWesl.test.ts` uses colored output.
17
+ to see the colors, use:
18
+
19
+ ```sh
20
+ FORCE_COLOR=1 pnpm vitest
21
+ ```