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