An open API service indexing awesome lists of open source software.

https://github.com/strd6/pixie

A JavaScript Pixel Editor
https://github.com/strd6/pixie

Last synced: 10 months ago
JSON representation

A JavaScript Pixel Editor

Awesome Lists containing this project

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.