biggora / device-uuid

Fast browser device uuid generation library. Written in pure JavaScript, no dependencies.
MIT License
183 stars 96 forks source link

For node js #15

Open abufaqqih opened 2 years ago

abufaqqih commented 2 years ago

Can I use this library in node.js?

lorenzyannick commented 2 years ago

maybe that's what you're looking for ?

import { DeviceUUID } from 'device-uuid';
var uuid = new DeviceUUID().get();
console.log("uuid : " + uuid);