mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
9 lines
331 B
JavaScript
9 lines
331 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.parseBounds = exports.Bounds = void 0;
|
|
exports.Bounds = jest.requireActual('../bounds').Bounds;
|
|
var parseBounds = function () {
|
|
return new exports.Bounds(0, 0, 200, 50);
|
|
};
|
|
exports.parseBounds = parseBounds;
|
|
//# sourceMappingURL=bounds.js.map
|