UNPKG

@pdfme/schemas

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

6 lines 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HEX_COLOR_PATTERN = exports.DEFAULT_OPACITY = void 0; exports.DEFAULT_OPACITY = 1; exports.HEX_COLOR_PATTERN = '^#(?:[A-Fa-f0-9]{6})$'; //# sourceMappingURL=constants.js.map