@rbxts/gizmos 1.2.0 → 1.2.1
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/LICENSE.md +1 -1
- package/README.md +2 -2
- package/out/index.d.ts +1 -1
- package/package.json +3 -3
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Debug drawing library for Roblox with support for lines, rays, shapes, raycasts,
|
|
|
7
7
|
Original Luau implementation by **sg3cko**
|
|
8
8
|
[DevForum Post](https://devforum.roblox.com/t/roblox-gizmos-for-debug-drawing-now-available/3294608)
|
|
9
9
|
|
|
10
|
-
TypeScript package by
|
|
10
|
+
TypeScript package by SnarlyZoo
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
@@ -93,4 +93,4 @@ MIT
|
|
|
93
93
|
## Links
|
|
94
94
|
|
|
95
95
|
- [Original DevForum Post](https://devforum.roblox.com/t/roblox-gizmos-for-debug-drawing-now-available/3294608)
|
|
96
|
-
- [GitHub Repository](https://github.com/
|
|
96
|
+
- [GitHub Repository](https://github.com/snarlyzoo/rbxts-gizmos)
|
package/out/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rbxts/gizmos",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "TypeScript port of sg3cko's Gizmos library - Debug drawing utilities for Roblox including shapes, raycasts, paths, and world-space text.",
|
|
5
5
|
"main": "out/init.lua",
|
|
6
6
|
"scripts": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"prepublishOnly": "npm run build"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [],
|
|
12
|
-
"author": "
|
|
12
|
+
"author": "SnarlyZoo",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"type": "commonjs",
|
|
15
15
|
"types": "out/index.d.ts",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "git+https://github.com/
|
|
22
|
+
"url": "git+https://github.com/snarlyzoo/rbxts-gizmos.git"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|