This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/js-framework/index.ts

7 lines
99 B
TypeScript
Raw Normal View History

2019-07-16 14:02:55 +08:00
import { Text } from "./view/view";
const v = new Text
v.width = 1
console.log('start:')
v.height