paulshestakov / aws-step-functions-constructor

VSCode extension to visualize AWS step functions
MIT License
31 stars 11 forks source link

port to use as a standalone react library? #14

Closed argosang closed 3 years ago

argosang commented 4 years ago

I'd like to embed this in a react application... how difficult or feasible is this? I've never built a VS Code extension before.

paulshestakov commented 4 years ago

Just a summary, what's this extension doing:

Maybe you can just take this (step function into graphlib graph transform) and then render using DagreD3 here