Quote from
emo on March 25, 2020, 1:11 pm
I can't imagine how i can call or require a module inside Visualneoweb from NW.js
I want to call the file system module..
var fs = require('fs'); fs.readFile('./package.json', 'utf-8', function (error, contents) { document.write(contents); });
What are the steps to do this? Thank's in advance.
I can't imagine how i can call or require a module inside Visualneoweb from NW.js
I want to call the file system module..
var fs = require('fs'); fs.readFile('./package.json', 'utf-8', function (error, contents) { document.write(contents); });
What are the steps to do this? Thank's in advance.