markerPen Documentation

How to setup the plugin

View Demo   Download

Step 1 : Include JS Files

                    
                    
                    

Step 2 : Initialize JS

                    $(document).ready(function() {
                        $.markerPen();
                    });
                    

More Options

You have three options to specify while initializing the plugin. You can change the color, stroke width and the transparency of the markings. If you don't specify them then the default color is yellow, stroke width is 10 and the opacity is 0.7 .

                    $(document).ready(function() {
                        $.markerPen({
                    		"color":"red",
                    		"stroke":20,
                    		"opacity":".5"
                    	});
                    });
                    

If you wish to help us continue and improve our services

Donate