public
Description: A JavaScript Pixel Editor
Homepage:
Clone URL: git://github.com/STRd6/pixie.git
pixie /
name age message
file README Loading commit data...
directory example/
directory images/
directory javascripts/
directory stylesheets/
README
== Overview

  Pixie - The free extensible online pixel editor.

  Pixie is a jQuery plugin.

  Pixie provides an extensible plugin architecture for custom tools and actions.

== Requirements

  Require jqcolor plugin.

== Usage

  `$('#someDiv').pixie(options)`

== Options

  width: the width of the canvas
  height: the height of the canvas
  initializer: function accepting canvas as first argument to add custom tools or actions.