Closed ilhamdoanggg closed 3 years ago
i using this library for my project in react js and how to using this library?
Works for me. Make sure you import it correctly:
import { DeviceUUID } from 'device-uuid'; const deviceId = new DeviceUUID().get();
i using this library for my project in react js and how to using this library?