Closed Timmmm closed 1 year ago
Thanks for catching this! When the API changed to be Promise based, I hadn't re-verified the cli interface. I should probably write a test to verify that that functionality works 😅.
This has been resolved as part of v3.0.1
Hi, thanks for the nice project. There are a couple of easy bugs in it though:
In
cli.js
excalidrawToSVG()
returns aPromise
but then you don't actuallyawait
it.