CamanJS is very easy to extend with new filters and plugins, and it comes with a wide array of image editing functionality, which is only growing as the community makes more plugins.
For more information, I highly recommend taking a look at the official website where there is more comprehensive documentation and interactive demos. You can also read the wiki for some basic information about the project and how to use it.
CamanJS uses git submodules in order to organize things a bit better. Because of this, you have a few options in making sure you get all the required files.Recursive Clone
Recommended if you haven't cloned the project yet.
git clone --recursive https://github.com/meltingice/CamanJS.git
Submodule Init
If you have cloned the project already, you can do (after pulling the latest changes):
git submodule init git submodule update
Makefile
The NodeJS powered Makefile for the project will automatically check to make sure you've initialized the submodules, and if you haven't, will do so for you. Simply run:
node Makefile.jsCamanJS is hosted on CDN JS if you're looking for a CDN hosting solution. It is the full and minified version of the library, which means all plugins are included. Simply load CamanJS directly from this URL for usage on your site. There is now a version of CamanJS that is made to work with NodeJS. It has all of the functionality of the normal browser version, including plugins. Take a look at the node branch for more information. CamanJS has both QUnit unit testing and a custom benchmarking page to monitor render times on a per-filter basis. Simply open test/index.html for the QUnit tests, and test/benchmark.html for the benchmarking tests.
- Ryan LeFevre - Project Creator, Maintainer, and Lead Developer
- Rick Waldron - Plugin Architect and Developer
- Cezar Sá Espinola - Developer
- Jarques Pretorius - Logo Designer