UNPKG

react-native-compressor

Version:

Compress Image, Video, and Audio same like Whatsapp & Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail

9 lines 371 B
export const uuidv4 = () => { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { const r = parseFloat('0.' + Math.random().toString().replace('0.', '') + new Date().getTime()) * 16 | 0, // eslint-disable-next-line eqeqeq v = c == 'x' ? r : r & 0x3 | 0x8; return v.toString(16); }); }; //# sourceMappingURL=helpers.js.map