mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
11 lines
281 B
JavaScript
11 lines
281 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.fontSize = void 0;
|
|
exports.fontSize = {
|
|
name: "font-size",
|
|
initialValue: '0',
|
|
prefix: false,
|
|
type: 3 /* TYPE_VALUE */,
|
|
format: 'length'
|
|
};
|
|
//# sourceMappingURL=font-size.js.map
|