Skip to content
/ canvas Public

A library for building simple GUI canvases to draw on.

Notifications You must be signed in to change notification settings

JEG2/canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvas

A library for building simple GUI canvases to draw on.

Installation

If available in Hex, the package can be installed as:

  1. Add canvas to your list of dependencies in mix.exs:

    def deps do [{:canvas, "~> 0.0.1"}] end

  2. Ensure canvas is started before your application:

    def application do [applications: [:canvas]] end

About

A library for building simple GUI canvases to draw on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages