@visactor/vtable
Version:
canvas table width high performance
25 lines (19 loc) • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.ImageStyle = void 0;
const Style_1 = require("./Style");
let defaultStyle;
class ImageStyle extends Style_1.Style {
static get DEFAULT() {
return defaultStyle || (defaultStyle = new ImageStyle);
}
constructor(style = {}, bodyStyle = {}) {
super(style, bodyStyle);
}
clone() {
return new ImageStyle(this, null);
}
}
exports.ImageStyle = ImageStyle;
//# sourceMappingURL=ImageStyle.js.map