UNPKG

windowsforms

Version:

a nodejs package that uses csharp spaghetti code and shitty nodejs to csharp communication to make a windows forms app. as of right now, even though its not released, it doesn't have many components, just the most common ones.

9 lines 206 B
module.exports = class{ constructor(image,x,y,width,height){ this.image = image; this.x = x; this.y = y; this.width = width; this.height = height; } }