UNPKG

akurath

Version:

IDE Frontend for codepsaces.io

7 lines (6 loc) 104 B
function Cursor(x, y) { this.x = x || 0; this.y = y || 0; } // Exports exports.Cursor = Cursor;