I am trying to integrate xlxs.js Node library in reactive app. I am getting 'fs' module error as shown below:
Is there any other way of importing NodeJS as 'fs' is Nodejs built-in api and xlxs.js uses it.
Hi there,
Just download the file and add it to the resources. After that you can add it to the pages where you need this libary.
Have a look a this blog post: Use JavaScript Code from an External Library
Is even if the library is huge, and has many javascript files and typescript files and both use external libraries?