Fanstatic packaging of Raphael
Project description
js.raphael
Introduction
This library packages Raphael for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.raphael) are published to some URL.
How to use?
You can import raphael from js.raphael and need it where you want these resources to be included on a page:
>>> from js.raphael import raphael >>> raphael.need()
CHANGES
2.1.0-1
Fix package metadata.
Remove unneeded dependencies.
2.1.0
Upgrade to 2.1.0
2.0.2
Upgrade to 2.0.2.
Include non minified version.
2.0.1
Initial release.