Graphite/website/other/bezier-rs-demos
Rob Nadal 834cb1a227 Bezier-rs: Update interactive demo site UI/UX (#1085)
* wip - change demo iframe styling

* fix typo

* change tVariant select from radio buttons to dropdown

* Added iframe styling

* fix linting errors

* Integrated tvariant picker as input options

* Updated points in demos

* Lint

* Clean up CSS

---------

Co-authored-by: Thomas Cheng <contact.chengthomas@gmail.com>
Co-authored-by: Keavon Chambers <keavon@keavon.com>
2023-03-21 01:23:02 -04:00
..
src Bezier-rs: Update interactive demo site UI/UX (#1085) 2023-03-21 01:23:02 -04:00
wasm Bezier-rs: Update interactive demo site UI/UX (#1085) 2023-03-21 01:23:02 -04:00
.eslintrc.js Bezier-rs: Add hash URLs for individual API examples (#968) 2023-02-08 23:32:28 -05:00
.gitignore Move bezier-rs into libraries folder and deploy its interactive docs 2022-08-14 16:17:27 -07:00
README.md Move bezier-rs into libraries folder and deploy its interactive docs 2022-08-14 16:17:27 -07:00
package-lock.json Bezier-rs: Refactor interactive demo to remove Vue (#959) 2023-01-13 04:04:39 -05:00
package.json Bezier-rs: Refactor interactive demo to remove Vue (#959) 2023-01-13 04:04:39 -05:00
tsconfig.json Move bezier-rs into libraries folder and deploy its interactive docs 2022-08-14 16:17:27 -07:00
vue.config.js Refactor bezier-rs' `to_svg` functionality (#758) 2022-09-01 23:13:39 -04:00

README.md

Bezier-rs interactive docs

Project setup

npm install

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.