UNPKG

react-img-editor-pro

Version:

图片编辑器(微信截图编辑 PRO 版),来自 react-img-editor

10 lines (8 loc) 177 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uuid = uuid; function uuid() { return '_' + Math.random().toString(36).substr(2, 9); }