Package Exports
- canvas-user-interface
- canvas-user-interface/dist/canvas-user-interface.esm.js
- canvas-user-interface/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (canvas-user-interface) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
canvas-user-interface
The JavaScript library to build canvas user interfaces.
Overview
Canvas User Interface is a JavaScript library used to build user interfaces using the canvas element. It manages all the complexities of using the canvas to let you develop anything you want as easy as possible.
The way it works is by providing you a way to build elements (ex: image), place them as you want (ex: aligned in the middle) and interact with them to make them do something (ex: move when key pressed).
Installation
To install this package you have to run the following command.
npm install canvas-user-interface
Documentation
Check out the documentation here.