Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 960 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 960 Bytes

Menu-Javascript-Canvas-Library

This is a library written in javascript for making menus in canvas. It contains buttons, input boxes, etc.


Requirements:

Download the library, create an html page and a js file where you will use the library. Put library after canvas tag ( ).
Canvas id has to be menuCanvas as . Cannot pass native class functions, as argument, to buttons, from library, like Page.draw.


Usage Instructions:

There is no complete library reference, because of it small size. However, in order to properly use the library it's recomended to follow the test.html.