# easel v0.2.2 - Table of Contents Canvas 2D API for Elixir. Build draw operations as data, render to Phoenix LiveView, native wx windows, or your own backend. ## Pages - [Easel](readme.md) ## Modules - [Easel](Easel.md): Easel lets you build Canvas 2D drawing operations as data. - [Easel.LiveView](Easel.LiveView.md): A Phoenix LiveView component for rendering and drawing on an HTML canvas. - [Easel.WX](Easel.WX.md): A wx (wxWidgets) backend for Easel that renders draw operations to a native window using wxGraphicsContext. - [Easel.WebIDL](Easel.WebIDL.md): A WebIDL parser for Canvas2D using NimbleParsec. - Exceptions - [Easel.WX.UnsupportedOpError](Easel.WX.UnsupportedOpError.md)