to include in my modul i have to do the following ?
- go in my module-folder
- npm i --save csvtojson
than i have to include in my module.js:
// required scripts
getScripts: function() {
return [“moment.js”, “csvtojson.js”];
},
is this right?
if so, how to use it in my script ?
many thanks in advance.
stay healthy !