Pomax / bezierjs

A nodejs and client-side library for (cubic) Bezier curve work
MIT License
1.73k stars 233 forks source link

Properly export "PolyBezier" #215

Open GoodBoyNinja opened 7 months ago

GoodBoyNinja commented 7 months ago

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