Skip to content

Commit 5f854e9

Browse files
committed
update readme
1 parent 3762151 commit 5f854e9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ type GradientT = MeshT & {
9191
// View (camera) props
9292
cAzimuthAngle?: number
9393
cPolarAngle?: number
94+
// for both plane and waterPlane type
9495
cDistance?: number
96+
// only for sphere type
9597
cameraZoom?: number
9698

9799
// Effect props
@@ -164,6 +166,7 @@ function App() {
164166
## More Package Details
165167

166168
### Package Versions
169+
167170
- **without-store.mjs (v2)**:
168171
- Current version
169172
- Stateless React components
@@ -201,10 +204,10 @@ function App() {
201204
`https://esm-shadergradient.onrender.com/without-store.mjs`
202205
2. For use in the Framer canvas (legacy Storized Control UI):
203206
`https://esm-shadergradient.onrender.com/with-store.mjs`
204-
Example: [shadergradient.co/customize](https://www.shadergradient.co/customize) (Framer Sites)
207+
Example: [shadergradient.co/customize](https://www.shadergradient.co/customize) (Framer Sites)
205208
3. For use in Figma plugins:
206209
`https://esm-shadergradient.onrender.com/with-store.mjs`
207-
This version is mixed with DB code and uses the same store as StoreGradient.
210+
This version is mixed with DB code and uses the same store as StoreGradient.
208211

209212
Note: All ESM modules are dynamically served based on client IPs. We refer to this system as "ESM Editor" and use it for development purposes.
210213

0 commit comments

Comments
 (0)