mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
109 B
TypeScript
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();
|