chatty-pub/node_modules/html2canvas/dist/lib/css/property-descriptors/font-variant.js
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

14 lines
526 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var IPropertyDescriptor_1 = require("../IPropertyDescriptor");
var parser_1 = require("../syntax/parser");
exports.fontVariant = {
name: 'font-variant',
initialValue: 'none',
type: IPropertyDescriptor_1.PropertyDescriptorParsingType.LIST,
prefix: false,
parse: function (tokens) {
return tokens.filter(parser_1.isIdentToken).map(function (token) { return token.value; });
}
};
//# sourceMappingURL=font-variant.js.map