geomui
v0.5.55
Published
The svelte-library of the webapp-UI of Parametrix
Downloads
212
Maintainers
Readme
Geomui
Presentation
Geomui is the svelte library of parametrix. The top-level component is OneDesign. It expose the parameters and the rendering of a design.
SVG files
The svg-files, that describe the parameters, are expected to be copied in the directory static/pgdsvg. Per convention, each design-library should provide its svg-files in the directory dist/pgdsvg.
Requirements
Getting started
git clone https://github.com/charlyoleg2/parametrix
cd parametrix
npm install
npm run ci
npm run preview