Graphite/bezier-rs/docs/interactive-docs
Hannah Li 2e3e079982 Implement functions to create a Bezier that goes through 3 specified points (#687)
* Implement quadratic and cubic from points

* Catch edge cases and integrate `t` slider

* Add 2 sliders for cubic

* Create utils file for bezier-rs and address other PR comments

* Rename variable and remove unnecessary ids

* Update rustdoc comments and rename variables

* Remove unnecessary file and refactor options for drawing beziers

* Address PR comments

* Update quadratic_through_points description

* Add wasm-pack to dependencies and change from spaces to tabs for indents

* Change strut to midpoint_separation, adjust sliders and section name

* Minor refactor
2022-06-29 20:52:09 -04:00
..
public Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
src Implement functions to create a Bezier that goes through 3 specified points (#687) 2022-06-29 20:52:09 -04:00
wasm Implement functions to create a Bezier that goes through 3 specified points (#687) 2022-06-29 20:52:09 -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 Implement functions to create a Bezier that goes through 3 specified points (#687) 2022-06-29 20:52:09 -04:00
package.json Implement functions to create a Bezier that goes through 3 specified points (#687) 2022-06-29 20:52:09 -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.