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
- Host: GitHub
- URL: https://github.com/strd6/pixie
- Owner: STRd6
- Created: 2009-04-02T02:31:28.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-06-23T04:46:05.000Z (about 17 years ago)
- Last Synced: 2025-04-13T02:42:07.541Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 998 KB
- Stars: 21
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.