猫妈狗爸伴宠师小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
154 B

  1. class FillStylePattern {
  2. constructor(img, pattern) {
  3. this._style = pattern;
  4. this._img = img;
  5. }
  6. }
  7. export default FillStylePattern;