route-graphics 1.30.1 → 1.31.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/README.md +1 -0
- package/dist/RouteGraphics.js +155 -155
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -133,6 +133,7 @@ For complete usage details, go to:
|
|
|
133
133
|
Design notes:
|
|
134
134
|
|
|
135
135
|
- [Audio Effects](./docs/audio-effects.md)
|
|
136
|
+
- [Command-Controlled Sound Playback](./docs/audio-playback-commands.md)
|
|
136
137
|
- [Shader Interface](./docs/shader-interface.md)
|
|
137
138
|
|
|
138
139
|
## Render CLI
|