Basic Canvas Text Print Library
Adds a Print.At command to JavaScript
For a future Pseudo-Basic project
Usage: (Within a HTML web page)
- screen.font ("Monaco",12,4);
- screen.size (320,240);
- print.at (x,y,"text");
- screen.clear ();
Plans
- 0.6 - Add Print.Font, Fix Print.Line
- 0.8 - Add Screen.Color & Print.Color
- 1.0 - Add Screen.Grid & Screen.Border & Conform to JSLint standards
- Split into .min.imal version & standard version
Next project - Print.Line & Print.Key