waynegm / imgNotes

Extension of the jQuery imgViewer plugin to add markers and notes to the image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgNotes

imgNotes is a jQuery plugin that extends the imgViewer plugin to allow annotations (eg markers and notes) to be added to an image that can be zoomed and panned.

It is an easily extended, responsive UI component based on the jQuery widget factory and uses Hammer.js for touch event support. It should work on all browsers and platforms supported by Hammer.js.

If you don't find this plugin has what you need check out my imgViewer2 plugin that uses the Leaflet mapping library for the underlying image display.

Examples

  1. Basic note viewer
  2. Basic note viewer with custom callbacks
  3. Basic note view using modal dialog
  4. Basic note editor
  5. WYSIWYG note editor

Documentation

  1. Using the plugin
  2. Plugin options
  3. Plugin methods
  4. Extending the plugin
  5. Release History

License

This plugin is provided under the MIT License. Copyright (c) 2017 Wayne Mogg.

About

Extension of the jQuery imgViewer plugin to add markers and notes to the image

License:MIT License


Languages

Language:JavaScript 73.4%Language:CSS 14.7%Language:HTML 11.9%