Export plain SVG
Open any study in the gallery, then download or copy its SVG. The result has no runtime, no dependency, and keeps its non-scaling stroke.
Choose a studyOpen source / MIT
Every study can leave the gallery as plain SVG or as a live React component. Use one mark, build a whole system, or write a new equation.
Open any study in the gallery, then download or copy its SVG. The result has no runtime, no dependency, and keeps its non-scaling stroke.
Choose a studyThe downloadable package includes every named construction, all 100 presets, TypeScript declarations, and the spring hook.
Download the React packageEach drawing is a small pure function. Add a family, expose its parameters, and let one scalar describe the deformation.
View the source on GitHubA public surface, not a screenshot
Study numbers stay aligned with the gallery, so a designer and developer can refer to the same object without translating names.
npm install https://parametric-geometry.vercel.app/parametric-geometry-react.tgzimport { StudyIcon } from
"@dariasdrafts/parametric-geometry";
<StudyIcon
study="037"
size={160}
color="#7047A6"
t={0}
/>The geometry contract
MIT licensed. Commercial work, prototypes, products, exhibitions, and experiments are welcome. Attribution is appreciated but not required by the license.
The package is available directly from this site now. Publishing the same package to npm is the remaining registry step.