{"id":21236970,"url":"https://github.com/haiweilian/taggd-manager","last_synced_at":"2025-07-10T18:31:12.566Z","repository":{"id":47203634,"uuid":"301361330","full_name":"haiweilian/taggd-manager","owner":"haiweilian","description":"🚩  Image tags tool. 图片打点工具，支持移动、缩放、自定义事件。","archived":false,"fork":false,"pushed_at":"2024-04-30T02:44:59.000Z","size":3610,"stargazers_count":34,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-30T03:38:11.248Z","etag":null,"topics":["marker","tag"],"latest_commit_sha":null,"homepage":"https://haiweilian.github.io/taggd-manager/guide/introduction.html","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haiweilian.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-05T09:49:12.000Z","updated_at":"2024-07-25T07:57:53.647Z","dependencies_parsed_at":"2023-12-07T06:31:40.542Z","dependency_job_id":"dee55939-5025-435e-acdb-85b34dd603a8","html_url":"https://github.com/haiweilian/taggd-manager","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"d225213626b59fc38fd197f8017dede994ba0c4b"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiweilian%2Ftaggd-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiweilian%2Ftaggd-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiweilian%2Ftaggd-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiweilian%2Ftaggd-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haiweilian","download_url":"https://codeload.github.com/haiweilian/taggd-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225648823,"owners_count":17502187,"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":["marker","tag"],"created_at":"2024-11-21T00:14:51.259Z","updated_at":"2024-11-21T00:14:51.803Z","avatar_url":"https://github.com/haiweilian.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![shields](https://img.shields.io/npm/l/taggd-manager)\n![shields](https://img.shields.io/npm/v/taggd-manager)\n![shields](https://img.shields.io/npm/dm/taggd-manager)\n\n![Example](https://github.com/haiweilian/taggd-manager/raw/master/docs/public/example.gif)\n\n## taggd-manager\n\n[English](https://haiweilian.github.io/taggd-manager/en/introduction.html)\n\n[中文文档](https://haiweilian.github.io/taggd-manager/zh/introduction.html)\n\n`taggd-manager` Is an image tag management tool that supports zooming, moving, and flexible customization.\n\n## Installation\n\n* [Download the latest release](https://github.com/haiweilian/taggd-manager/archive/master.zip)\n* npm: `npm install taggd-manager`\n\n## Usage\n\nYou need to bring in the `css` and `js` files, both of which are in the `dist` directory.\n\nThe style sheet has only the required dependency style, if you want to add a theme, re-override it.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"/path/to/taggd-manager/dist/taggd.css\"\u003e\n```\n\n```html\n\u003cscript src=\"/path/to/taggd-manager/dist/taggd.umd.js\"\u003e\u003c/script\u003e\n```\n\nIf you use a module import.\n\n```js\nimport Taggd from 'taggd-manager';\nimport 'taggd-manager/dist/taggd.css';\n```\n\nFinally, you can initialize `taggd`.\n\n```js\nconst image = document.getElementById('my-image');\nconst options = {};\nconst tags = [];\n\nconst taggd = new Taggd(image, options, tags);\n```\n\n## Issue\n\nIf you have a better suggestion, please [create an issue](https://github.com/haiweilian/taggd-manager/issues)\n\n## License\n\nThe code is released under [the MIT license](https://github.com/haiweilian/taggd-manager/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaiweilian%2Ftaggd-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaiweilian%2Ftaggd-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaiweilian%2Ftaggd-manager/lists"}