A tiny UI based on HTMLCanvasElement Dependencies jQuery ( CnvUI is using $.fn.offset ) License MIT License Author mohayonao API Root UI var ui = new CnvUI({elem:"#canvas", width:320, height:240, background:"white", foreground:"black", lineWidth:2}) Panel (panel || ui).set({type:"panel", x:0, y:0, width:320, height:240, background:"white", foreground:"black", lineWidth:2}); Label (panel || ui).set

