@magiclabs.ai/magicbook-client 0.7.6 → 0.7.8-canary
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 +2 -1
- package/index.cjs +394 -80
- package/index.cjs.map +1 -1
- package/index.d.cts +1023 -712
- package/index.d.ts +1023 -712
- package/index.js +393 -80
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,7 +102,8 @@ await designRequest.setGuid('a9ccb406-015a-47df-bb59-ea171b8617ca')
|
|
|
102
102
|
Once the design request is complete, retrieve it in JSON format.
|
|
103
103
|
|
|
104
104
|
```ts
|
|
105
|
-
|
|
105
|
+
// format: 'galleon' | 'snapfish'
|
|
106
|
+
await designRequest.getJSON(format)
|
|
106
107
|
```
|
|
107
108
|
|
|
108
109
|
You can get alternate layouts for a specific page.
|