feat: create document and template with coordinate

This commit is contained in:
prafull-opensignlabs
2024-02-01 20:26:36 +05:30
parent 8bbbf9b3d8
commit 98c8af5b9c
5 changed files with 457 additions and 5 deletions
+15
View File
@@ -2,3 +2,18 @@ export function customAPIurl() {
const url = new URL(process.env.SERVER_URL);
return url.pathname === '/api/app' ? url.origin + '/api' : url.origin;
}
export const color = [
'#93a3db',
'#e6c3db',
'#c0e3bc',
'#bce3db',
'#b8ccdb',
'#ceb8db',
'#ffccff',
'#99ffcc',
'#cc99ff',
'#ffcc99',
'#66ccff',
'#ffffcc',
];