DefinitelyTyped/types/axel/axel-tests.ts
2017-03-24 14:27:52 -07:00

8 lines
109 B
TypeScript

import * as axel from 'axel';
axel.clear();
axel.bg(0,255,0);
axel.line(1,1,10,10);
axel.cursor.restore();