@leafer/data
Advanced tools
+2
-2
| { | ||
| "name": "@leafer/data", | ||
| "version": "1.0.0-beta.7", | ||
| "version": "1.0.0-beta.8", | ||
| "description": "@leafer/data", | ||
@@ -22,4 +22,4 @@ "author": "Chao (Leafer) Wan", | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.0.0-beta.7" | ||
| "@leafer/interface": "1.0.0-beta.8" | ||
| } | ||
| } |
+3
-0
@@ -12,2 +12,5 @@ import { ILeafData, ILeaf, IObject, __Value } from '@leafer/interface' | ||
| public __naturalWidth?: number | ||
| public __naturalHeight?: number | ||
| constructor(leaf: ILeaf) { | ||
@@ -14,0 +17,0 @@ this.__leaf = leaf |
4986
1.47%97
2.11%