wesl-packager 0.6.2 → 0.6.7
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 +3 -9
- package/bin/wesl-packager +171 -8619
- package/package.json +11 -8
package/README.md
CHANGED
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# WESL-Packager
|
|
2
2
|
|
|
3
3
|
A command tool to bundle WGSL/WESL files into an npm package.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Create a bundled package in the `dist` directory
|
|
8
|
-
from sources in the `src/shaders` directory.
|
|
9
|
-
|
|
10
|
-
```sh
|
|
11
|
-
npx wesl-packager --rootDir src/shaders --outDir dist
|
|
12
|
-
```
|
|
5
|
+
See [Publishing Packages](https://wesl-lang.dev/docs/Publishing-Packages#wesl-packager-options)
|
|
6
|
+
for documentation on how to use `wesl-packager`.
|
|
13
7
|
|
|
14
8
|
### Development
|
|
15
9
|
|