Web components for the declarative XML/HTML representation of the Animeme language.
The Animeme Web Components can be run in any browser that supports [Custom Elements v1][] and ES2015 modules. Any recent version of the major browsers (except Edge) will do. IE is not supported.
This package makes use of ES2015 imports, which require a running Web server.
One may be started by running npm start
.
To install this package's dependencies and start the Web server, run the following commands:
npm install
npm start
Then open your browser to http://localhost:8080/examples
and pick a demo.
You may use the custom.html
demo to write your own.
This project is licensed under the MIT. See the LICENSE file for details.