UNPKG

@visactor/vtable

Version:

canvas table width high performance

17 lines (14 loc) 379 B
import { Style } from "./Style"; let defaultStyle; export class ImageStyle extends Style { static get DEFAULT() { return defaultStyle || (defaultStyle = new ImageStyle); } constructor(style = {}, bodyStyle = {}) { super(style, bodyStyle); } clone() { return new ImageStyle(this, null); } } //# sourceMappingURL=ImageStyle.js.map