Hi
I've just come across jsreport, and it's interesting. I'm familiar with creating Excel via coding libraries in other languages (ruby/python) and I've been looking for a solution in JavaScript (or TypeScript) for deno. The jsreport approach is fresh and interesting. I see interaction with jsreport is possible with node (e.g. in the 'PDF in TypeScript' it possible have a client call the server within the node app). Apart from the REST-calling approach, I was wondering what future support is planned or possible for deno (which supports ES Modules)?
Thanks.