# taggd-manager **Repository Path**: haiweilian/taggd-manager ## Basic Information - **Project Name**: taggd-manager - **Description**: Image tags tool. 图片打点工具,支持移动、缩放、自定义事件。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-11-15 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![shields](https://img.shields.io/npm/l/taggd-manager) ![shields](https://img.shields.io/npm/v/taggd-manager) ![shields](https://img.shields.io/npm/dm/taggd-manager) ![Example](https://github.com/haiweilian/taggd-manager/raw/master/docs/public/example.gif) ## taggd-manager [English](https://haiweilian.github.io/taggd-manager/en/introduction.html) [中文文档](https://haiweilian.github.io/taggd-manager/zh/introduction.html) `taggd-manager` Is an image tag management tool that supports zooming, moving, and flexible customization. ## Installation * [Download the latest release](https://github.com/haiweilian/taggd-manager/archive/master.zip) * npm: `npm install taggd-manager` ## Usage You need to bring in the `css` and `js` files, both of which are in the `dist` directory. The style sheet has only the required dependency style, if you want to add a theme, re-override it. ```html ``` ```html ``` If you use a module import. ```js import Taggd from 'taggd-manager'; import 'taggd-manager/dist/taggd.css'; ``` Finally, you can initialize `taggd`. ```js const image = document.getElementById('my-image'); const options = {}; const tags = []; const taggd = new Taggd(image, options, tags); ``` ## Issue If you have a better suggestion, please [create an issue](https://github.com/haiweilian/taggd-manager/issues) ## License The code is released under [the MIT license](https://github.com/haiweilian/taggd-manager/blob/master/LICENSE)