Open janroures opened 6 months ago
I think It depends on how you can implement it. for example, maybe you can wrap the generate method behind an API-endpoint or use tools to run the code on workers. Look at this repo: https://github.com/developit/workerize
Hi, are there any plans to make the "generate" method asynchronous? It can block the UI up to 10 seconds if computed in the front-end. Thank you.