mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2026-03-15 10:41:41 +00:00
两个版本的插件
This commit is contained in:
10
ccc-tnt-psd2ui-v3.4.+/libs/psd2ui/values/Size.js
Normal file
10
ccc-tnt-psd2ui-v3.4.+/libs/psd2ui/values/Size.js
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Size = void 0;
|
||||
class Size {
|
||||
constructor(width = 0, height = 0) {
|
||||
this.width = width || 0;
|
||||
this.height = height || 0;
|
||||
}
|
||||
}
|
||||
exports.Size = Size;
|
||||
Reference in New Issue
Block a user