External module doesn't work
Hello guys I am trying to run 'clipboardy' node module in CEP panel, but it doesn't work
I have a simple setup html, index.js with CEP 10
html tags:
manifest params:
I was trying to use both require and import but none seems to work
const clipboardy = require('clipboardy');
//or import clipboardy from "clipboard";
alert(clipboardy.toString());
while const fontlist = require("font-list"); works fine for me
what can be the problem?
