@ufira/vibma 0.2.2 → 0.3.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/README.md +7 -7
- package/dist/mcp.cjs +807 -1429
- package/dist/mcp.cjs.map +1 -1
- package/dist/mcp.js +807 -1430
- package/dist/mcp.js.map +1 -1
- package/dist/tools/endpoint.cjs +119 -0
- package/dist/tools/endpoint.cjs.map +1 -0
- package/dist/tools/endpoint.d.cts +94 -0
- package/dist/tools/endpoint.d.ts +94 -0
- package/dist/tools/endpoint.js +92 -0
- package/dist/tools/endpoint.js.map +1 -0
- package/dist/tools/registry.cjs +73 -0
- package/dist/tools/registry.cjs.map +1 -0
- package/dist/tools/registry.d.cts +14 -0
- package/dist/tools/registry.d.ts +14 -0
- package/dist/tools/registry.js +47 -0
- package/dist/tools/registry.js.map +1 -0
- package/dist/tools/schemas.cjs +101 -0
- package/dist/tools/schemas.cjs.map +1 -0
- package/dist/tools/schemas.d.cts +52 -0
- package/dist/tools/schemas.d.ts +52 -0
- package/dist/tools/schemas.js +70 -0
- package/dist/tools/schemas.js.map +1 -0
- package/dist/tools/types.cjs +52 -0
- package/dist/tools/types.cjs.map +1 -0
- package/dist/tools/types.d.cts +53 -0
- package/dist/tools/types.d.ts +53 -0
- package/dist/tools/types.js +27 -0
- package/dist/tools/types.js.map +1 -0
- package/dist/utils/coercion.cjs +56 -0
- package/dist/utils/coercion.cjs.map +1 -0
- package/dist/utils/coercion.d.cts +10 -0
- package/dist/utils/coercion.d.ts +10 -0
- package/dist/utils/coercion.js +30 -0
- package/dist/utils/coercion.js.map +1 -0
- package/dist/utils/color.cjs +38 -0
- package/dist/utils/color.cjs.map +1 -0
- package/dist/utils/color.d.cts +4 -0
- package/dist/utils/color.d.ts +4 -0
- package/dist/utils/color.js +14 -0
- package/dist/utils/color.js.map +1 -0
- package/dist/utils/wcag.cjs +123 -0
- package/dist/utils/wcag.cjs.map +1 -0
- package/dist/utils/wcag.d.cts +80 -0
- package/dist/utils/wcag.d.ts +80 -0
- package/dist/utils/wcag.js +92 -0
- package/dist/utils/wcag.js.map +1 -0
- package/package.json +44 -15
- package/LICENSE +0 -22
package/README.md
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
+
> **[简体中文](./README.zh-CN.md)**
|
|
2
|
+
|
|
1
3
|
<div align="center">
|
|
2
4
|
|
|
3
5
|
# ✦ Vibma
|
|
4
6
|
|
|
5
7
|
**Vibe Design meets Figma.**
|
|
6
8
|
|
|
9
|
+
https://github.com/user-attachments/assets/bf38e37d-57bb-40b3-a2d1-f89216117c11
|
|
10
|
+
</div>
|
|
11
|
+
|
|
7
12
|
Let AI agents design directly in Figma — read layouts, create components,
|
|
8
13
|
modify styles, and build entire design systems through conversation.
|
|
9
14
|
|
|
10
|
-
[](./LICENSE)
|
|
11
|
-
[](https://discord.gg/4XTedZdwV6)
|
|
12
|
-
|
|
13
|
-
[](https://youtu.be/AltDYHHZrcY)
|
|
14
|
-
</div>
|
|
15
|
-
|
|
16
15
|
---
|
|
17
16
|
|
|
18
17
|
## Prerequisites
|
|
@@ -29,6 +28,7 @@ Two paths:
|
|
|
29
28
|
|---|---|---|
|
|
30
29
|
| 📦 | [**DRAGME.md**](./DRAGME.md) | Clone the repo, build from source, full control |
|
|
31
30
|
| ☁️ | [**CARRYME.md**](./CARRYME.md) | Install from npm, zero cloning |
|
|
31
|
+
| 📖 | [**Docs**](https://ufira-ai.github.io/Vibma/) | Tool reference with parameters, response schemas, and examples |
|
|
32
32
|
|
|
33
33
|
Or just paste this to your AI agent and let it figure it out:
|
|
34
34
|
|
|
@@ -41,7 +41,7 @@ Follow the instructions at https://raw.githubusercontent.com/ufira-ai/vibma/refs
|
|
|
41
41
|
|
|
42
42
|
[](https://discord.gg/4XTedZdwV6)
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
[GitHub Issues](https://github.com/ufira-ai/vibma/issues) — bugs and feature requests
|
|
45
45
|
|
|
46
46
|
Vibma is the first open-source project from **[ufira](https://github.com/ufira-ai)** — a platform bridging creators and technology. We believe everyone who wants to create should have access to AI-powered tools, not just developers.
|
|
47
47
|
|