Graphite/bezier-rs/docs/interactive-docs
Hannah Li 4eaffd0e5a Bezier split and trim implementation (#680)
* Added split implementation and UI

Co-authored-by: Thomas Cheng <Androxium@users.noreply.github.com>

* Added bezier split impl

* Adjust struct traits

* Implement trim and adjust FE code to handle multiple sliders per feature

Co-authored-by: Thomas Cheng <contact.chengthomas@gmail.com>
Co-authored-by: Rob Nadal <robnadal44@gmail.com>

* Fix edge case in trim and add rust doc comments

* Stylistic changes per review

* More stylistic changes per review

* replaced last explicit color usages

Co-authored-by: Robert Nadal <Robnadal44@gmail.com>
Co-authored-by: Thomas Cheng <Androxium@users.noreply.github.com>
Co-authored-by: Thomas Cheng <contact.chengthomas@gmail.com>
2022-06-27 19:33:56 -04:00
..
public Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
src Bezier split and trim implementation (#680) 2022-06-27 19:33:56 -04:00
wasm Bezier split and trim implementation (#680) 2022-06-27 19:33:56 -04:00
.eslintrc.js Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
.gitignore Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
README.md Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
jsconfig.json Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
package-lock.json Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
package.json Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
tsconfig.json Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
vue.config.js Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00

README.md

interactive-docs

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.