EaselJS :: Introduction

Introduction

A JavaScript library that makes working with the HTML5 Canvas element easy.
Useful for creating games, generative art, and other highly graphical experiences.
It consists of a full, hierarchical display list, a core interaction model, and helper classes to make working with Canvas much easier.

EaselJS is a library for building high-performance interactive 2D content in HTML5.
It provides a feature-rich display list to allow you to manipulate and animate graphics.
It also provides a robust interactive model for mouse and touch interactions.
It is excellent for building games, generative art, ads, data visualization, and other highly graphical experiences