UNPKG

react-native-compressor

Version:

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

16 lines (15 loc) 494 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uuidv4 = void 0; 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); }); }; exports.uuidv4 = uuidv4; //# sourceMappingURL=helpers.js.map