mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 09:18:12 +08:00
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>
This commit is contained in:
co-authored by
Keavon Chambers
parent
9ed9db7009
commit
f3d5028107
@@ -12,6 +12,7 @@ export type SliderOption = {
|
||||
step: number;
|
||||
default: number;
|
||||
variable: string;
|
||||
unit?: string;
|
||||
};
|
||||
|
||||
export type TemplateOption = {
|
||||
|
||||
Reference in New Issue
Block a user