Files
html2canvas/dist/lib/css/layout/__mocks__/bounds.js
Pawel Bokota ea5e3db648 build dist
2021-04-23 19:08:34 -04:00

7 lines
253 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Bounds = jest.requireActual('../bounds').Bounds;
exports.parseBounds = function () {
return new exports.Bounds(0, 0, 200, 50);
};
//# sourceMappingURL=bounds.js.map