framer-api 0.1.1 → 0.1.2-alpha.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 +9 -0
- package/dist/index.d.ts +1875 -136
- package/dist/index.js +7 -7
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -17,6 +17,15 @@ Programmatically interact with Framer projects.
|
|
|
17
17
|
npm install framer-api
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
+
## Compatibility
|
|
21
|
+
|
|
22
|
+
Works with any modern JavaScript runtime.
|
|
23
|
+
|
|
24
|
+
- Node.js 22+
|
|
25
|
+
- Bun 1.1+
|
|
26
|
+
- Deno 1.4+
|
|
27
|
+
- Cloudflare Workers
|
|
28
|
+
|
|
20
29
|
## Getting Started
|
|
21
30
|
|
|
22
31
|
1. Open your project in Framer
|