@mindstudio-ai/remy 0.1.35 → 0.1.36
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/dist/headless.js +436 -209
- package/dist/index.js +450 -215
- package/dist/prompt/compiled/media-cdn.md +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ MindStudio has three CDN hosts:
|
|
|
7
7
|
- **Files:** `f.mscdn.ai`
|
|
8
8
|
|
|
9
9
|
Always use CDN transform parameters to request appropriately sized images
|
|
10
|
-
rather than CSS-scaling full-resolution originals.
|
|
10
|
+
rather than CSS-scaling full-resolution originals. Always set dpr=3 when sizing images to make sure they look good on Retina displays.
|
|
11
11
|
|
|
12
12
|
## CDN Image Transforms
|
|
13
13
|
|