# easel v0.3.4 - Table of Contents Canvas 2D API for Elixir. Build draw operations as data, render to Phoenix LiveView, native wx windows, terminal (experimental), 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.Terminal](Easel.Terminal.md): Experimental terminal backend for Easel. - [Easel.WX](Easel.WX.md): A wx (wxWidgets) backend for Easel that renders draw operations to a native window using wxGraphicsContext. - Exceptions - [Easel.WX.UnsupportedOpError](Easel.WX.UnsupportedOpError.md)