mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
7 lines
253 B
JavaScript
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
|