7 lines
99 B
TypeScript
7 lines
99 B
TypeScript
|
import { Text } from "./view/view";
|
||
|
|
||
|
const v = new Text
|
||
|
v.width = 1
|
||
|
console.log('start:')
|
||
|
v.height
|