Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES6 module #3

Open
doublex opened this issue Apr 18, 2023 · 1 comment
Open

ES6 module #3

doublex opened this issue Apr 18, 2023 · 1 comment

Comments

@doublex
Copy link

doublex commented Apr 18, 2023

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

import TrustDevice from 'trustdevice-js';
console.log( TrustDevice.getHash() );
@ssq33happy
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants