UNPKG

@tplc/wot

Version:

8 lines (7 loc) 161 B
class FillStylePattern { constructor(img, pattern) { this._style = pattern; this._img = img; } } export default FillStylePattern;