Skip to content

ajarunthomas/markerPen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markerPen

Include a marker pen for your webpage
Developed by Arun Thomas
www.ajarunthomas.com

Demo Download

Website

USAGE

Step 1 : Include JS Files

<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script type="text/javascript" src="js/markerPen.js"></script>

Step 2 : Initialize Plugin

$(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"
    });
});

About

Include a marker pen for your webpage

Resources

License

Stars

Watchers

Forks

Packages

No packages published