浏览代码

certConfig

Andrey Titovskiy 3 年之前
父节点
当前提交
2dc2d7b1d7
共有 1 个文件被更改,包括 1 次插入3 次删除
  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