Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add image annotation functionality to any web page with a few lines of JavaScript.

License

NotificationsYou must be signed in to change notification settings

annotorious/annotorious

Repository files navigation

Aerial view of Schönbrunn Palace in Vienna annotated with Annotorious

Annotorious - JavaScript Image Annotation

Add image annotation functionality to any web page with a few lines of JavaScript. Visit theproject website for documentation and live demos.

npm install @annotorious/annotorious

Quick Start

import{createImageAnnotator}from'@annotorious/annotorious';import'@annotorious/annotorious/annotorious.css';constanno=createImageAnnotator('image-to-annotate');// Load annotations from a fileanno.loadAnnotations('./annotations.json');// Listen to user eventsanno.on('createAnnotation',function(annotation){console.log('new annotation',annotation);});

License

Annotorious is licensed under theBSD 3-Clause license.

Community

Visit theDiscussion Forum for community support, or file anissue on theIssue Tracker.

Professional Support Available

Looking for help with integration, customization, or feature development? I offer consulting and professional services for teams and organizations that need dedicated support or technical guidance. Services are available on an hourly basis.

Contact me athello@rainersimon.io to discuss your project.

Older Versions

Documentation for Annotorious version 2.7is available here.


[8]ページ先頭

©2009-2025 Movatter.jp