vcard icon indicating copy to clipboard operation
vcard copied to clipboard

Electron support

Open kroggen opened this issue 6 years ago • 0 comments

I was not able to use it in Electron (v 1.4.12).

Tip: changing the last line from:

})(typeof window !== 'undefined' ? window : module.exports);

to:

})(module.exports);

worked, but it may affect other languages.

kroggen avatar Nov 28 '17 20:11 kroggen