-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Some constants, such as PI, can only be accessed as properties of the sketch object. However, other enum values such as CLOSE (ie for endShape) can be accessed either as a direct property of the sketch object, or as a property of the VueP5 library. Doesn't it make sense to wrap other, non-sketch-specific constants to be accessible through the top-level VueP5?
Metadata
Metadata
Assignees
Labels
No labels