{"id":15573450,"url":"https://github.com/arturi/labelmaker","last_synced_at":"2025-09-25T09:18:03.892Z","repository":{"id":24072235,"uuid":"27458729","full_name":"arturi/labelmaker","owner":"arturi","description":"Add comment bubbles on top of your images with ease","archived":false,"fork":false,"pushed_at":"2021-02-04T12:36:29.000Z","size":7087,"stargazers_count":15,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T02:13:10.902Z","etag":null,"topics":["comment-bubbles","labeling","labels"],"latest_commit_sha":null,"homepage":"http://arturi.github.io/labelmaker","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arturi.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-02T23:24:05.000Z","updated_at":"2024-03-25T11:32:01.000Z","dependencies_parsed_at":"2022-07-12T16:07:44.709Z","dependency_job_id":null,"html_url":"https://github.com/arturi/labelmaker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturi%2Flabelmaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturi%2Flabelmaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturi%2Flabelmaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arturi%2Flabelmaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arturi","download_url":"https://codeload.github.com/arturi/labelmaker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250546093,"owners_count":21448262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comment-bubbles","labeling","labels"],"created_at":"2024-10-02T18:12:33.493Z","updated_at":"2025-09-25T09:18:03.788Z","avatar_url":"https://github.com/arturi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Labelmaker\nLabelmaker is a jQuery plugin that allows you to tag your images and add comments with ease.\n\n[![labelmaker](demo/labelmaker.jpg)](http://arturi.github.io/labelmaker)\n\nCheck out [the demo](http://arturi.github.io/labelmaker)!\n\nFeatures:\n* Responsive\n* Supports links and images in comments\n* Comment bubbles always fit within the image and scroll inside if the comment is too long\n* Your comments are visible as a list, even when Labelmaker is not available — RSS feeds, read-it-later services, slow connection\n* [An editor](http://arturi.github.io/labelmaker/editor/) to add tags to your image\n\n## Usage\n1. Upload your image somewhere.\n2. Paste the link to your image into [the editor](http://arturi.github.io/labelmaker/editor/), then use it to add tags and comments\n3. Add your image and the tag data generated by the editor to your page:\n\n    ```\n   \u003cimg src=\"IMG_1707.jpg\" class=\"labelmaker\"\u003e\n   \u003cul class=\"labelmaker-points\"\u003e\n     \u003cli data-left=\"80\" data-top=\"80\"\u003eOrange juice\u003c/li\u003e\n     \u003cli data-left=\"80\" data-top=\"45\"\u003eYummy peaches\u003c/li\u003e\n   \u003c/ul\u003e\n   ```\n4. Add jQuery and Labelmaker, then run Labelmaker, passing the image and the tag data block to it:\n\n    ```\n    \u003cscript src=\"http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"jquery.labelmaker.min.js\"\u003e\u003c/script\u003e\n    \u003clink href=\"labelmaker.min.css\" rel=\"stylesheet\"\u003e\n\n    \u003cscript\u003e\n      $('.labelmaker').labelmaker($('.labelmaker-points'));\n    \u003c/script\u003e\n    ```\n\n## Settings\nYou can choose whether to show comments on click or hover. Click is the default, so if you want hover:\n```\n$('.labelmaker').labelmaker($('.labelmaker-points’), {showOn: 'hover'});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturi%2Flabelmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farturi%2Flabelmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturi%2Flabelmaker/lists"}