bezierjs icon indicating copy to clipboard operation
bezierjs copied to clipboard

Properly export "PolyBezier"

Open GoodBoyNinja opened this issue 1 year ago • 0 comments

PolyBezier wasn't exported. @types/bezier-js referenced PolyBezier as a class, but could have only been imported as a type. This should fix that.

Fixes #196

GoodBoyNinja avatar Feb 08 '24 10:02 GoodBoyNinja