meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:design_guide_star [2020/12/05 06:24] JSCAD Editor |
en:design_guide_star [2022/04/13 07:22] (current) rozek included "require" statement |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| <code javascript> | <code javascript> | ||
| - | const myshape | + | const { star } = require(' |
| + | |||
| + | let star1 = star({vertices: | ||
| + | let star2 = star({vertices: | ||
| </ | </ | ||