@ue-too/border 0.12.0 → 0.13.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 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -417,7 +417,7 @@ cities.forEach(city => {
|
|
|
417
417
|
|
|
418
418
|
## API Reference
|
|
419
419
|
|
|
420
|
-
For complete API documentation with detailed type information, see the [TypeDoc-generated documentation](
|
|
420
|
+
For complete API documentation with detailed type information, see the [TypeDoc-generated documentation](/border/).
|
|
421
421
|
|
|
422
422
|
## TypeScript Support
|
|
423
423
|
|
|
@@ -466,9 +466,9 @@ This library follows these principles:
|
|
|
466
466
|
|
|
467
467
|
## Related Packages
|
|
468
468
|
|
|
469
|
-
- **[@ue-too/math](
|
|
470
|
-
- **[@ue-too/curve](
|
|
471
|
-
- **[@ue-too/board](
|
|
469
|
+
- **[@ue-too/math](/math/)**: Vector operations for point calculations
|
|
470
|
+
- **[@ue-too/curve](/curve/)**: Bezier curves for drawing map features
|
|
471
|
+
- **[@ue-too/board](/board/)**: Canvas board for rendering maps
|
|
472
472
|
|
|
473
473
|
## Further Reading
|
|
474
474
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ue-too/border",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.13.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/ue-too/ue-too.git"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"./package.json": "./package.json"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@ue-too/math": "^0.
|
|
23
|
+
"@ue-too/math": "^0.13.0"
|
|
24
24
|
},
|
|
25
25
|
"main": "./index.js",
|
|
26
26
|
"types": "./index.d.ts",
|