Initial project import
This commit is contained in:
15
node_modules/html2canvas/dist/lib/css/property-descriptors/duration.js
generated
vendored
Normal file
15
node_modules/html2canvas/dist/lib/css/property-descriptors/duration.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.duration = void 0;
|
||||
var parser_1 = require("../syntax/parser");
|
||||
var time_1 = require("../types/time");
|
||||
exports.duration = {
|
||||
name: 'duration',
|
||||
initialValue: '0s',
|
||||
prefix: false,
|
||||
type: 1 /* LIST */,
|
||||
parse: function (context, tokens) {
|
||||
return tokens.filter(parser_1.isDimensionToken).map(function (token) { return time_1.time.parse(context, token); });
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=duration.js.map
|
||||
Reference in New Issue
Block a user