Skip to content

kristougher/jq-rpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jq-rpaper

jQuery RaphaelPaper jQuery implementation of a RaphaelJS-based graphics editor. Lightweight SVG/WML-editor.

As the name implies, it relies heavily on jQuery and RaphaelJS, so these needs to be included as well. Can be downloaded from http:https://raphaeljs.com and http:https://jquery.com

Turns a textarea into a drawing pad. The purpose is to make it possible to have generic looking user-supplied drawings.

You simply call $(YOUR_TEXTAREA).raphaelPaper(options); to create the drawing board. If the textarea contains data, it will be added to the drawing board.

The drawing will be saved as a stringified JSON object in the textarea.

There is also a 'frontend only' script. It is kind of working, but surely needs more work.

Use at your own risk, keep away from fire and no guarantees whatsoever and all that jazz ;)

About

jQuery RaphaelPaper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published