@ue-too/curve 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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -404,7 +404,7 @@ if (isVisible) {
|
|
|
404
404
|
|
|
405
405
|
## API Reference
|
|
406
406
|
|
|
407
|
-
For complete API documentation with detailed type information, see the [TypeDoc-generated documentation](
|
|
407
|
+
For complete API documentation with detailed type information, see the [TypeDoc-generated documentation](/curve/).
|
|
408
408
|
|
|
409
409
|
## TypeScript Support
|
|
410
410
|
|
|
@@ -453,10 +453,10 @@ This library follows these principles:
|
|
|
453
453
|
|
|
454
454
|
## Related Packages
|
|
455
455
|
|
|
456
|
-
- **[@ue-too/math](
|
|
457
|
-
- **[@ue-too/animate](
|
|
458
|
-
- **[@ue-too/border](
|
|
459
|
-
- **[@ue-too/board](
|
|
456
|
+
- **[@ue-too/math](/math/)**: Vector operations for point manipulation
|
|
457
|
+
- **[@ue-too/animate](/animate/)**: Animate objects along curves
|
|
458
|
+
- **[@ue-too/border](/border/)**: Border rendering that can use curves
|
|
459
|
+
- **[@ue-too/board](/board/)**: Canvas board for rendering curves
|
|
460
460
|
|
|
461
461
|
## Further Reading
|
|
462
462
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ue-too/curve",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.13.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"ts-node": "^10.9.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ue-too/math": "^0.
|
|
28
|
+
"@ue-too/math": "^0.13.0"
|
|
29
29
|
},
|
|
30
30
|
"main": "./index.js",
|
|
31
31
|
"types": "./index.d.ts",
|