Andrey Titovskiy hace 3 años
padre
commit
2dc2d7b1d7
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/cert.ts

+ 1 - 3
src/cert.ts

@@ -1,4 +1,4 @@
-const certTemplate = (label) => {
+export const certConfig = (label: string) => {
   let certTemplateName;
   let certWidth = "1090px";
   let certHeight = "710px";
@@ -130,5 +130,3 @@ const certTemplate = (label) => {
 
   return certConfig
 }
-
-export default certTemplate