route-graphics 0.0.14 → 0.0.15
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 +10 -0
- package/dist/RouteGraphics.js +203 -203
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1003,3 +1003,13 @@ All element types are defined with YAML schemas in the `src/schemas/` directory,
|
|
|
1003
1003
|
- Property documentation
|
|
1004
1004
|
- Default values
|
|
1005
1005
|
- Required field specifications
|
|
1006
|
+
|
|
1007
|
+
## Community
|
|
1008
|
+
|
|
1009
|
+
Join us on [Discord](https://discord.gg/8J9dyZSu9C) to ask questions, report bugs, and stay up to date.
|
|
1010
|
+
|
|
1011
|
+
## License
|
|
1012
|
+
|
|
1013
|
+
This project is licensed under the [MIT License](LICENSE).
|
|
1014
|
+
|
|
1015
|
+
|