-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
A few things that would be nice for web projects:
- Select nodes in a more human friendly way, such as
sketchInstance.getParam('scale')rather than dealing with long IDs - Have some way of seeing and copying the ID of any node from the desktop app
- shorter IDs?
-
getSketchModuleItemsas some sort of helper package? -
setupEngineas some sort of helper package? Right now there is still a bit of boilerplate that can be abstracted away - Simplify
@hedron/engineby moving all the sketch importing code over to@hedron/desktop, so you give the engine imported modules rather than IDs. Maybe this change is a bit overkill? - Moving the sketch importing code would also mean moving the
globalVarscraziness out of@hedron/enginetoo, which feels like a good thing
Metadata
Metadata
Assignees
Labels
No labels