https://github.com/thecodejack/jquery-image-tagging
https://github.com/thecodejack/jquery-image-tagging
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodejack/jquery-image-tagging
- Owner: thecodejack
- License: mit
- Created: 2013-01-08T14:18:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-21T17:15:58.000Z (over 13 years ago)
- Last Synced: 2025-02-14T02:54:53.065Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 336 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Image Tagging(Development on Progress)
JQuery Plugin to tag or annotate on images
## Getting Started
Download the [production version][min] or the [development version][max].
[min]: https://raw.github.com/thecodejack/jquery-image-tagging/master/dist/image-tagging.min.js
[max]: https://raw.github.com/thecodejack/jquery-image-tagging/master/dist/image-tagging.js
In your web page:
```html
jQuery(function($) {
$.awesome(); // "awesome"
});
```
## Documentation
_(Coming soon)_
## Examples
_(Coming soon)_
## Release History
_(Nothing yet)_