UNPKG

dps_canvas

Version:

Html canvas üzerinde şekiller oluşturmanızı sağlar

5 lines 260 B
/** * * @returns {String} Return unique string with date */ export const uniqueId = () => `${Date.now().toString(36) + Math.random().toString(36).substring(2)}${new Date().valueOf()}${(Math.floor(Math.random() * (1000000000000 - 1)) + 1).toString(36)}`