route-graphics 1.14.1 → 1.15.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 +4 -0
- package/dist/RouteGraphics.js +119 -119
- package/package.json +1 -1
- package/src/cli/renderConfig.js +1 -0
package/README.md
CHANGED
|
@@ -85,6 +85,10 @@ For complete usage details, go to:
|
|
|
85
85
|
- [Events & Render Complete](http://route-graphics.routevn.com/docs/guides/events-render-complete/)
|
|
86
86
|
- [Custom Plugins](http://route-graphics.routevn.com/docs/guides/custom-plugins/)
|
|
87
87
|
|
|
88
|
+
Design notes:
|
|
89
|
+
|
|
90
|
+
- [Audio Effects](./docs/audio-effects.md)
|
|
91
|
+
|
|
88
92
|
## Render CLI
|
|
89
93
|
|
|
90
94
|
This repo includes a CLI that renders RouteGraphics YAML into PNG or MP4 output by:
|