How to use SAP Crystal Reports in a Node.js application

I am trying to use SAP Crystal Reports in an Electron application (a desktop Node.js application). I have a few *.rpt files that should read data from an SQLite database and then print some reports.

But it looks like there is no JavaScript library that would enable me to do that. The only thing I have found is SAP Crystal Reports JavaScript API which is just a client library for SAP Business Intelligence Platform that I don’t use. I simply need to print some reports without relying on any external server.

Has anybody managed to make printing work with Crystal Reports in a Node.js application?