Giter Site home page Giter Site logo

blizzard-liu / taggd-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haiweilian/taggd-manager

0.0 1.0 0.0 3.93 MB

🚩 Image tag tool that supports zooming, moving.

Home Page: http://haiweilian.github.io/taggd-manager/tests/manual/basic.html

License: MIT License

JavaScript 20.31% TypeScript 79.45% Shell 0.24%

taggd-manager's Introduction

shields shields shields

Example

taggd-manager

English

δΈ­ζ–‡ζ–‡ζ‘£

taggd-manager Is an image tag management tool that supports zooming, moving, and flexible customization.

The original idea of it comes from timseverien/taggd, The original author did not maintain this project. So a new project extension has been created, adding zoom, move and more event callbacks.

Installation

Documentation

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.

<link rel="stylesheet" href="/path/to/taggd-manager/dist/taggd.css">
<script src="/path/to/taggd-manager/dist/taggd.umd.js"></script>

If you use a module import.

import Taggd from 'taggd-manager';

Finally, you can initialize taggd.

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

License

The code is released under the MIT license

taggd-manager's People

Contributors

haiweilian avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.