trustdevice-js icon indicating copy to clipboard operation
trustdevice-js copied to clipboard

ES6 module

Open doublex opened this issue 2 years ago • 1 comments

Is is possible to use the library as ES6 module? E.g. something like:

import TrustDevice from 'trustdevice-js';
console.log( TrustDevice.getHash() );

doublex avatar Apr 18 '23 11:04 doublex

Not supported, but you can still use it in your project according to the documentation

ssq33happy avatar Jun 09 '23 06:06 ssq33happy