feat(core): Make goldenRatio named export
This commit is contained in:
parent
b3336e7518
commit
524a8494fc
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@ import { Bezier } from 'bezier-js'
|
|||
import { Path } from './path.mjs'
|
||||
import { Point } from './point.mjs'
|
||||
|
||||
export const goldenRatio = 1.618034
|
||||
|
||||
//////////////////////////////////////////////
|
||||
// PUBLIC METHODS //
|
||||
//////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue