diff --git a/README.md b/README.md index 541330e..21ab723 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ on which points may be added to create a polygon. Activates inputs with class `canvas-area` and data attribute `data-image-url`. Or activate with `$('input').canvasAreaDraw(options)` +Add Black out sections - use data attribute data-blackout and specify points in comma separated sets separated by semi-colons + Demo at [http://iakob.com/canvas-area-draw/demo.html] diff --git a/demo.html b/demo.html index 53faddc..0d17b20 100644 --- a/demo.html +++ b/demo.html @@ -18,7 +18,8 @@