Graphite/bezier-rs/docs/interactive-docs
Hannah Li 6decc67571 Make certain Bezier function parameters optional and other refactors (#713)
* Make certain parameters optional

* Use builder pattern for project function's optional parameters

* Address comments posted in bezier-math-lib discord channel

* Minor changes to text

* Address PR comments

* Fix index.html

* Nit

* Replace builder pattern with simple struct

* Move constants to a separate file

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2022-07-06 14:02:52 -04:00
..
public Make certain Bezier function parameters optional and other refactors (#713) 2022-07-06 14:02:52 -04:00
src Make certain Bezier function parameters optional and other refactors (#713) 2022-07-06 14:02:52 -04:00
wasm Make certain Bezier function parameters optional and other refactors (#713) 2022-07-06 14:02:52 -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
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 Make certain Bezier function parameters optional and other refactors (#713) 2022-07-06 14:02:52 -04:00
tsconfig.json Fix problem with compiling bezier-rs-wasm (#710) 2022-07-01 16:58:07 -04:00
vue.config.js Fix problem with compiling bezier-rs-wasm (#710) 2022-07-01 16:58:07 -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.