|
@@ -1,4 +1,3 @@
|
|
|
-var Cert =
|
|
|
|
|
/******/ (function(modules) { // webpackBootstrap
|
|
/******/ (function(modules) { // webpackBootstrap
|
|
|
/******/ // The module cache
|
|
/******/ // The module cache
|
|
|
/******/ var installedModules = {};
|
|
/******/ var installedModules = {};
|
|
@@ -92,7 +91,6 @@ var Cert =
|
|
|
"use strict";
|
|
"use strict";
|
|
|
|
|
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
-exports.certTemplate = void 0;
|
|
|
|
|
function certTemplate(label) {
|
|
function certTemplate(label) {
|
|
|
let certTemplateName;
|
|
let certTemplateName;
|
|
|
let certWidth = "1090px";
|
|
let certWidth = "1090px";
|
|
@@ -202,7 +200,7 @@ function certTemplate(label) {
|
|
|
};
|
|
};
|
|
|
return certConfig;
|
|
return certConfig;
|
|
|
}
|
|
}
|
|
|
-exports.certTemplate = certTemplate;
|
|
|
|
|
|
|
+exports.default = certTemplate;
|
|
|
|
|
|
|
|
|
|
|
|
|
/***/ })
|
|
/***/ })
|