chore: slider to change width and height in image

This commit is contained in:
jialin
2024-12-02 08:20:30 +08:00
parent 412c6dadca
commit ec2cd29096
24 changed files with 500 additions and 283 deletions
+1
View File
@@ -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);
};