mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-07 10:17:39 +02:00
add functionality of add placholder in template
This commit is contained in:
@@ -1001,3 +1001,5 @@ export const signPdfFun = async (
|
||||
|
||||
return response;
|
||||
};
|
||||
|
||||
export const randomId = () => Math.floor(1000 + Math.random() * 9000);
|
||||
Reference in New Issue
Block a user