@pygmalionjs/pygmalion 0.2.39 → 0.2.40
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 -0
- package/dist-lib/{App-CJz8NrxS.js → App-CiVUoaTo.js} +3808 -3711
- package/dist-lib/pygmalion.js +1089 -1017
- package/dist-lib/testing.js +1 -1
- package/node/preview-artifact-plugin.mjs +14 -0
- package/node/preview-artifact-store.mjs +141 -18
- package/node/route-preview-artifact-v3.mjs +42 -15
- package/package.json +1 -1
- package/storyboard.d.ts +1 -1
- package/types.d.ts +4 -0
package/README.md
CHANGED
|
@@ -178,6 +178,13 @@ Omit `height` to change width alone and leave the frame's height as it is. The
|
|
|
178
178
|
button reads as active while the frame sits at that size, and **Reset to default
|
|
179
179
|
size** still returns the frame to the viewport its manifest authored.
|
|
180
180
|
|
|
181
|
+
If the first declared canvas is a large asset catalog, open the working canvas
|
|
182
|
+
directly and avoid rendering that catalog during startup:
|
|
183
|
+
|
|
184
|
+
```tsx
|
|
185
|
+
<PygmalionEditor initialCanvas="Screens" />
|
|
186
|
+
```
|
|
187
|
+
|
|
181
188
|
### Screens that never stop moving
|
|
182
189
|
|
|
183
190
|
A capture waits for the document to hold still. A screen with an elapsed clock, a
|