JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q36620F
  • License MIT

This is a JavaScript library to build user interfaces using canvas

Package Exports

  • canvas-user-interface
  • canvas-user-interface/dist/canvas-user-interface.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

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).

Documentation

See https://canvasuserinterface.com/