chore: slider to change width and height in image
This commit is contained in:
@@ -137,5 +137,6 @@ export const isHTMLDocumentString = (str: string) => {
|
||||
// generate a random number between 0 and 64 bit
|
||||
|
||||
export const generateRandomNumber = () => {
|
||||
// 0x100000000
|
||||
return Math.floor(Math.random() * Number.MAX_SAFE_INTEGER);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user